ivila commented on PR #152:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/152#issuecomment-2507265428

   > @ivila Could you provide the cargo test command you use? Seems you have 
posted them on the original commit.
   
   @DemesneGH Sure.
   #### 1. For optee-utee
   the command is: `(cd optee-utee && RUN_TEST_IN_REE=true cargo test --lib 
--features no_panic_handler --target aarch64-unknown-linux-gnu -vv)`
   need to set the env of RUN_TEST_IN_REE to true, and use the features of 
no_panic_handler, this can run successfully on x86 runner.
   
   #### 2. for optee-teec
   the command is: (cd optee-teec && cargo test --lib --target 
aarch64-unknown-linux-gnu -vv)
   this will failed as it wants to link teec (needs to run on Arm64 runner, and 
currently github not open this for OSS project, see this: [[Make ARM64 Windows 
and Linux runner images available for 
free](https://github.com/actions/runner-images/issues/10820#top)])


-- 
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