You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/11/05 07:31:11 UTC

[incubator-teaclave-trustzone-sdk] branch master updated: ci.yml: remove redundant building process (#52)

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new 352ff91  ci.yml: remove redundant building process (#52)
352ff91 is described below

commit 352ff919eabf18941deb79eb30a98a02a7785d2c
Author: Yuan Zhuang <zh...@baidu.com>
AuthorDate: Fri Nov 5 15:30:12 2021 +0800

    ci.yml: remove redundant building process (#52)
---
 .github/workflows/ci.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index db2c9bd..9d8ee5f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -78,16 +78,12 @@ jobs:
           mkdir optee-qemuv8 && cd optee-qemuv8 &&
           repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml &&
           repo sync -j4 --no-clone-bundle   
-      - name: Build images
+      - name: Build images and run tests
         run: |
           cd optee-qemuv8
           cd build &&
           make -j2 toolchains &&
-          make OPTEE_RUST_ENABLE=y CFG_TEE_RAM_VA_SIZE=0x00300000
-      - name: Test Rust applications
-        run: |
-          cd optee-qemuv8
-          cd build && make CFG_TEE_CORE_LOG_LEVEL=0 OPTEE_RUST_ENABLE=y check-rust
+          make CFG_TEE_CORE_LOG_LEVEL=0 OPTEE_RUST_ENABLE=y CFG_TEE_RAM_VA_SIZE=0x00300000 -j$(getconf _NPROCESSORS_ONLN) check-rust
   license:
     runs-on: ubuntu-20.04
     steps:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org