We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
cargo build --release --verbose
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I fetched rust from alpine repo and compilation passed. See those builds
So what we know is:
Sorry, something went wrong.
rust-lang/rust#89626
undefined reference to 'getauxval'
I confirm that adding below to cargo.toml works for openssl and native-tls options build logs
[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. Maybe worth mentioning in wiki?
No branches or pull requests
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: