-
Notifications
You must be signed in to change notification settings - Fork 135
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
build failure on m1 Mac due to missing toolchain #168
Comments
To save you some time:
|
▶ sw_vers
▶ go version
Dockerfile:
Error:
|
m1 build support has been properly resolved for some time now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On an m1 Mac, the
nightly-2020-10-05
toolchain can't be found for theaarch64-apple-darwin
platform, so the build fails.Changing
rust/rust-toolchain
to1.50.0
makes things start to compile, but it looks like it hits this issue in the sha2-asm crate, since I get output like this:I think that sha2-asm is pulled in by rust-fil-proofs, but that's as far as I have time to dig atm :)
The text was updated successfully, but these errors were encountered: