-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove teaclave patches as soon as v1.1.4 is released #509
Comments
v1.1.4 has been released: apache/incubator-teaclave-sgx-sdk#360 (comment) So we can switch back to master branch. The patches can not yet be removed though - the mesalock libraries have not yet been updated. But maybe they should be updated to follow master branch. |
Mesalock is still not updated... |
We are now at version v1.1.6, and we have a similar problem, here I suspect we rather just migrate to teaclave-v2.0. 0soon.
|
Currently, a patch to a teaclave fork is needed to force mesalock libraries use the new teaclave version 1.1.4. These should be removes as soon as teaclave publishes it's new revison:
worker/enclave-runtime/Cargo.toml
Lines 128 to 139 in 3fff25d
&
worker/Cargo.toml
Lines 50 to 62 in 3fff25d
Additionally, all teaclave libraries pointing to
branch = "v1.1.4-testing"
should be changed to the official release.worker/enclave-runtime/Cargo.toml
Line 27 in 3fff25d
The text was updated successfully, but these errors were encountered: