Skip to content

Build failing for aarch64-unknown-linx-musl #578

Discussion options

You must be logged in to vote

Sorry for the late response. There's a few issues here: one is that you're using packages linked against glibc for a musl build. This may work fine during compilation, but the binary is unlikely to run. Next, you're using much older versions of our images: v0.2.1. Try using ghcr.io/cross-rs/aarch64-unknown-linux-musl:0.2.4 (latest release) or ghcr.io/cross-rs/aarch64-unknown-linux-musl:main (latest development branch, which uses a newer Ubuntu base). However, it will likely be a better idea to use an Alpine-based image for this purpose. I've been meaning to add an x86_64-unknown-linux-musl Alpine image just like how we support a CentOS one for x86_64-unknown-linux-gnu. You will likely hav…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Alexhuszagh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants