b49020 commented on PR #114:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/114#issuecomment-1867653132

   > Rather than create a branch is it possible to introduce a no_std feature 
to optee-utee crate (similar to crates like serde which support no_std but it 
is optional). That would allow progressive adoption of no_std without having to 
fork.
   
   That sounds fine but for `std` counterpart I am not sure if the current 
custom OP-TEE toolchain target (along with libc and compiler builtin forks) can 
support the latest rust nightly toolchain. Currently its based on 
`nightly-2021-09-20`. But we need recent nightly releases for C FFI bindings 
like `core::ffi::c_size_t`. @DemesneGH any thoughts on the uprev?


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