DemesneGH opened a new pull request, #286: URL: https://github.com/apache/teaclave-trustzone-sdk/pull/286
Notes: We previously attempted to use `cargo -Z build-std` but were blocked by a bug (see https://github.com/apache/teaclave-trustzone-sdk/pull/139). Since that issue has now been resolved, we are migrating to the standard build-std approach. Changes: - Remove Xargo - Introduce `CARGO_FLAGS`: empty for no-std, `-Z build-std=std,panic_abort` for std Plan: - [Done] Update MSRV https://github.com/apache/teaclave-trustzone-sdk/pull/285 - [This PR] Migrate from xargo to `cargo -Z build-std` - Update dev docker and re-publish the docker image; std-dev-docker CI passes - Update `cargo-optee`; CI passes - Update all related docs -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
