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
The crate no longer builds for aarch64-unknown-linux-musl target.
Builds successfully on:
rustc 1.55.0 (c8dfcfe04 2021-09-06)
rustc 1.56.0-beta.4 (e6e620e1c 2021-10-04)
Fails on:
rustc 1.57.0-nightly (dfc5add91 2021-10-13)
Steps to reproduce:
cargo init
libc = "*"
Error logs: https://gist.github.com/pejter/4432b29f946cee4721e209c1a4184883 Dockerfile for reproducing the build environment:
FROM rustlang/rust:nightly-alpine as builder RUN apk add --no-cache musl-dev COPY . . RUN cargo build --release
The text was updated successfully, but these errors were encountered:
getauxval
init_have_lse_atomics
cpu_model.c
compiler_builtins
Duplicate of rust-lang/rust#89626
Sorry, something went wrong.
No branches or pull requests
The crate no longer builds for aarch64-unknown-linux-musl target.
Builds successfully on:
rustc 1.55.0 (c8dfcfe04 2021-09-06)
rustc 1.56.0-beta.4 (e6e620e1c 2021-10-04)
Fails on:
rustc 1.57.0-nightly (dfc5add91 2021-10-13)
Steps to reproduce:
cargo init
libc = "*"
to dependenciesError logs: https://gist.github.com/pejter/4432b29f946cee4721e209c1a4184883
Dockerfile for reproducing the build environment:
The text was updated successfully, but these errors were encountered: