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

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


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

commit 0c67db0993cd334a48646bb1d7a166fb3d2863a6
Author: Yuan Zhuang <[email protected]>
AuthorDate: Tue Sep 13 12:54:43 2022 +0800

    Update ci.yml
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d62181b..097c769 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
           ln -sf /root/.cargo ~/.cargo
       - name: Building
         run: |
+          export CARGO_NET_GIT_FETCH_WITH_CLI=true &&
           ./setup.sh &&
           source environment &&
           make optee &&
@@ -63,6 +64,7 @@ jobs:
           ln -sf /root/.cargo ~/.cargo
       - name: Building
         run: |
+          export CARGO_NET_GIT_FETCH_WITH_CLI=true &&
           ./setup.sh &&
           source environment &&
           make optee &&
@@ -95,6 +97,7 @@ jobs:
           rm -rf optee_rust/ &&
           mv $GITHUB_WORKSPACE/incubator-teaclave-trustzone-sdk optee_rust/
           export OPTEE_DIR=$(pwd)
+          export CARGO_NET_GIT_FETCH_WITH_CLI=true &&
           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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to