You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by yu...@apache.org on 2022/04/22 02:20:51 UTC

[incubator-teaclave-trustzone-sdk] branch master updated: ci.yml: checkout the latest commit in OP-TEE repo (#72)

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

yuanz 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 41bf95e  ci.yml: checkout the latest commit in OP-TEE repo (#72)
41bf95e is described below

commit 41bf95e0b5ef7ca8a8069fc2d094769bd512255e
Author: Yuan Zhuang <zh...@baidu.com>
AuthorDate: Fri Apr 22 10:20:47 2022 +0800

    ci.yml: checkout the latest commit in OP-TEE repo (#72)
---
 .github/workflows/ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e5aa727..f92c0f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,6 +76,11 @@ jobs:
     runs-on: ubuntu-20.04
     container: teaclave/teaclave-trustzone-sdk-build:0.3.0
     steps:
+      - name: Checkout repository
+        uses: actions/checkout@v2
+        with:
+          submodules: recursive
+          path: 'incubator-teaclave-trustzone-sdk'
       - name: Checkout OP-TEE repository
         run: |
           mkdir -p ~/bin
@@ -87,6 +92,9 @@ jobs:
       - name: Build images and run tests
         run: |
           cd optee-qemuv8
+          rm -rf optee_rust/ &&
+          mv $GITHUB_WORKSPACE/incubator-teaclave-trustzone-sdk optee_rust/
+          export OPTEE_DIR=$(pwd)
           cd build &&
           make -j2 toolchains &&
           make CFG_TEE_CORE_LOG_LEVEL=0 OPTEE_RUST_ENABLE=y CFG_TEE_RAM_VA_SIZE=0x00300000 -j$(getconf _NPROCESSORS_ONLN) check-rust


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