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/12/15 14:47:38 UTC

[incubator-teaclave-trustzone-sdk] branch fix-cargo-error updated: Update ci.yml

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

yuanz pushed a commit to branch fix-cargo-error
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


The following commit(s) were added to refs/heads/fix-cargo-error by this push:
     new 0b73495  Update ci.yml
0b73495 is described below

commit 0b73495016f90170a02ede80c26a68c58aa31a63
Author: Yuan Zhuang <de...@foxmail.com>
AuthorDate: Thu Dec 15 22:47:34 2022 +0800

    Update ci.yml
    
    fix error: when building optee_test_ext, `make[2]: execvp: /bin/bash: Argument list too long`
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 859e6a7..6af711f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -88,12 +88,12 @@ jobs:
           mkdir -p ~/bin
           curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo && chmod a+x ~/bin/repo
           export PATH=~/bin:$PATH
-          mkdir optee-qemuv8 && cd optee-qemuv8 &&
+          mkdir -p ~/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 and run tests
         run: |
-          cd optee-qemuv8
+          cd ~/optee-qemuv8
           rm -rf optee_rust/ &&
           mv $GITHUB_WORKSPACE/incubator-teaclave-trustzone-sdk optee_rust/
           export OPTEE_DIR=$(pwd)


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