-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Fails to build on linux-musl-aarch64 #2022
Comments
I fetched rust from alpine repo and compilation passed. So what we know is:
|
I confirm that adding below to cargo.toml works for openssl and native-tls options [target.aarch64-unknown-linux-musl]
rustflags = ["-C", "-mno-outline-atomics"] I suppose you didn't apply it for some reason, so I close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is another thread of this issue here: rust-lang/rustup#3324
But it seems that those builds fails only with openssl as a dependency.
I've setup a toy-repo with CirrusCI aarch64 runners on Alpine.
there are 3 configurations
App does simple dns-over-tls query to example.com
build with
cargo build --release --verbose
alpine latest stable
rust latest stable from rustup
Thanks in advance!
The text was updated successfully, but these errors were encountered: