-
Notifications
You must be signed in to change notification settings - Fork 263
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
upgrade SDK and rust compiler urgently needed #360
Comments
Thanks for the report. I'll link a related PR here: #349 |
@brenzi, as discussed with @volcano0dr, he's working on a new release recently. You'll see the changes in this month. In the meantime, I suggest to pin to a specific version (through vendoring) to avoid such problem. |
@mssun, @volcano0dr: Do you have any status update about the new release? Can SDK users or contributors do anything to help? |
@PiDelport sorry for the late upgrade. |
@brenzi SDK has been upgraded. |
A few questions & observations:
Thank you. |
|
Thanks for the detailed answer @volcano0dr! |
We were able to test it and it seems to work perfectly. |
when can we expect the release of 1.1.4? |
Update: Upgrade to rust-toolchain error[E0522]: definition of an unknown language item: `begin_panic_fmt`
--> /.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/19355dc/sgx_tstd/src/panicking.rs:406:1
|
406 | #[lang = "begin_panic_fmt"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `begin_panic_fmt`
|
@haerdib I will upgrade rust-toolchain again recently to support rust |
Upstream release: Intel SGX SDK 2.15.1 Release Notes (12 Nov 2021) Changes in version 2.15.1:
Does Is anything else still blocking it from being merged? |
@PiDelport |
Awesome! Does that resolve this issue? |
@haerdib I have upgraded rust-toolchain to |
@PiDelport This issue has been resolved. |
This SDK is behind Intel's SDK for quite a while already and the supported rust compiler is very old.
We currently face a deadlock because dtolnay/proc-macro2#296 breaks our build. We can't downgrade, because other dependencies request proc-macro2-1.0.29. But we can't upgrade because teaclave's rust compiler support is outdated.
Please upgrade ASAP
The text was updated successfully, but these errors were encountered: