b49020 commented on PR #114:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/114#issuecomment-1870959974
@DemesneGH I mostly agree with your stage 1 but for stage 2 I think once we
have published `optee-utee` crate on crates.io then we can just drop
`optee-utee` from `master` branch and instead just use:
```
optee-utee = { version = "x.x.x", features = ["std"] }
```
This would avoid any divergence and allow the std counterpart to be
regularly tested with latest `optee-utee` changes too. I think we should follow
the same approach for `optee-teec` as well where `no-std` acts as the main
development branch and releases are synced to crates.io. OTOH, if we rather
have `std` as a separate branch and keep `master` as the main development
branch then it would be even better.
If you agree then please feel free to create a separate branch (std or
no-std).
--
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]