-
Notifications
You must be signed in to change notification settings - Fork 705
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 fail on Apple Silicon #1163
Comments
Add:
to your Cargo.toml dependencies and it will work. Please send a PR to the Veloren project to bump their ring dependency to 0.16.19. |
More details are in #1063. |
Thanks :) |
hyche
added a commit
to hyche/nats.rs
that referenced
this issue
Mar 3, 2022
This allows building `nats` on Apple M1 devices, because `rustlts` v0.19 depends on `ring` v0.16.12, which build failed on M1. Issue: briansmith/ring#1163
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is M1 supported? I'm having trouble building Veloren which has ring as a dependency (directly or indirectly I don't know). It seems to think it's on Linux when building natively on M1.
The text was updated successfully, but these errors were encountered: