This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit a6fbe934b88069f14f098f3359dd66d109354ed5 Author: Yuan Zhuang <[email protected]> AuthorDate: Wed Jul 10 09:57:46 2024 +0000 update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f42b77..3bd0747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,13 +79,13 @@ jobs: export ARCH_HOST=arm unset ARCH_TA source environment - make -j`nproc` + make clean && make -j`nproc` # Build OP-TEE Rust examples for Arm 64-bit host and 32-bit TA unset ARCH_HOST export ARCH_TA=arm source environment - make -j`nproc` + make clean && make -j`nproc` # Build OP-TEE Rust examples for Arm 64-bit both host and TA unset ARCH_TA @@ -162,7 +162,7 @@ jobs: # Build OP-TEE Rust examples for Arm 64-bit both host and TA make -j`nproc` - - name: Run tests for Arm 64-bit both host and TA + - name: Run tests for Arm 32-bit both host and TA run: | apt update && apt install libslirp-dev -y export ARCH_TA=arm --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
