b49020 commented on PR #114: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/114#issuecomment-1870312898
@daniel-thompson @DemesneGH So I gave `no_std` being an optional feature a try for `optee-utee` and `optee-utee-sys` crates, it turns out that I found a way to keep the std TAs alongside no_std TAs. I did managed the older rust toolchain pinning for std TAs via following in the Makefile: ``` rustup override set nightly-2021-09-20 @xargo build --target $(TARGET) --release --verbose -Z unstable-options --config $(LINKER_CFG) rustup override unset ``` I hope this is something we can agree upon, feedback/comments are very much welcome. -- 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