apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
203 stars 58 forks source link

[no-std branch] Rust examples build environment cleanup #116

Closed b49020 closed 6 months ago

b49020 commented 6 months ago

Allow OP-TEE rust examples to be compiled using standard OP-TEE environment variables:

Dependency: https://github.com/OP-TEE/build/pull/715

b49020 commented 6 months ago

@DemesneGH The CI has been updated now for refactored build infrastructure. Also, I have added standalone rust examples build too for both Arm 64-bit as well as Arm 32-bit. Please trigger CI again.

Although, there is still one dependency as https://github.com/OP-TEE/build/pull/715 left for CI to completely pass.

b49020 commented 6 months ago

@DemesneGH,

Although, there is still one dependency as https://github.com/OP-TEE/build/pull/715 left for CI to completely pass.

Since this is merged, can you re-trigger the CI build now? I hope it should pass now.

DemesneGH commented 6 months ago

merged, thanks!