-
Notifications
You must be signed in to change notification settings - Fork 120
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
Failed to build on aarch64-apple-darwin #2125
Comments
What version of As for the |
I'm trying to build the s2n-quic codebase, so the And there is no building issue to use v1.33 as a dependency, So probably you don't want a new release for it. |
The |
Problem:
s2n-quic repository failed to build on aarch64-apple-darwin (Apple macBook M1). Actually they are two development crates failed to build:
ahash
andaws-lc-sys
Noticed that #2118 pinned it to 0.8.7 to make it compiles on rust v1.71.1, however on aarch64-apple-darwin, I got the following compile error:
And for building issue of
aws-lc-sys
, it's already tracked on aws/aws-lc-rs#342 and I left my error log there.Solution:
ahash actually can be removed, it's not used actually, or change it to
0.8.6
if there is reason to keep it.pin
aws-lc-rs
to~1.5
ands2n-tls
to=0.1.2
, or do nothing and wait a fix for Fails to build on Apple Silicon M2 aws-lc-rs#342The text was updated successfully, but these errors were encountered: