DemesneGH commented on code in PR #141:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/141#discussion_r1673302157


##########
.github/workflows/ci.yml:
##########
@@ -65,41 +65,110 @@ jobs:
           # Setup Rust and toolchains
           ./setup.sh
 
+          # Build optee_os and optee_client for qemu_v8
+          ./build_optee_libraries.sh $HOME
+          export OPTEE_DIR=$HOME
+
+          # Build OP-TEE Rust examples for Arm 32-bit both host and TA
+          export ARCH_HOST=arm
+          export ARCH_TA=arm
+          source environment
+          make -j`nproc`
+
+          # Build OP-TEE Rust examples for Arm 32-bit host and 64-bit TA
+          export ARCH_HOST=arm
+          unset ARCH_TA
+          source environment
+          make -j`nproc`

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to