-
Notifications
You must be signed in to change notification settings - Fork 113
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
Update to newer rustc #1067
Comments
We need to do this due to rust-lang/libc#1136 (comment). |
Actually we seem to have already bumped the version in #1167 without referencing this issue, so we may need an even newer version? |
It seems that the 2018-11-01 nightly is not recent enough and 2018-11-25 is too recent as rust-sgx-sdk fails to compile due to the |
This issue was actually resolved by #1167. Sorry for not noticing. |
Yeah but we need to bump it further due to the build failing with newer |
E.g., the build is now failing with:
|
Weird, that's even in stable: https://doc.rust-lang.org/stable/core/ffi/enum.c_void.html Also, we don't use the libc crate when building SGX (or at least we're not supposed to). What exactly are you trying to compile? |
So our enclave builds are failing, e.g., try to build an enclave in master. I think the issue is that since 1.30 the Note that In any case, this does not seem to be an issue with the toolchain as the current version (nightly 2018-10-01) should be recent enough. |
Ok I see what the issues is. SGX |
new features, but there's also a security vulnerability in the old version.
This isn't a priority so maybe someone new might want to learn how to do this all-too-common task :)
The text was updated successfully, but these errors were encountered: