-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Apple Silicon - Build failed #291
Comments
We don't currently support building with stable (but see #284). If you install the toolchain provided in rust-toolchain, do you get the same errors? |
IIUC you require the nightly-2020-11-09 Are there plans to support building with a stable version of the Rust toolchain? |
"We don't currently support building with stable" hasn't changed, but we can roll forward to a new nightly soon. (We don't have time for it right now, but soon, along with updating dependencies.) |
#323 includes the new nightly and explicit testing of the M1 iOS simulator, so I suspect everything should work with an M1 host now. Can you verify? |
Thanks for the responses, I tried to build it today with a new issue:
Looks like polyval is still missing Apple Silicon support - I will try to create an issue there. |
Polyval (https://github.com/RustCrypto/universal-hashes/tree/master/polyval) is building quite fine even with older tags |
Changing the installation method to the office rustup (used homebrew before) solved the issue - it's now building fine using the stable channel of rust: rustc 1.53.0 (53cb7b09b 2021-06-17) |
Fails to build on a Macbook Pro M1 (Apple Silicon, arm64)
The text was updated successfully, but these errors were encountered: