-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
build rust on x86_64_alpine-linux-musl #35007
Comments
x86_64-unknown-linux-musl should be good enough for you. |
Unfortunately, you can't bootstrap |
Yes unfortunately as @japaric mentioned bootstrapping for Alpine doesn't work right now as there are no compilers which are compiled against MUSL available. That being said, I'd personally be fine adding a |
I'm looking into this but without creating a new target. Instead I'm just hacking the existing But assuming that works...
|
@japaric If we do go the If we were to do it though I'd imagine that Note, though, that this isn't the only case of a dynamic vs static libc being a thorn in our side (rust-lang/rfcs#1684), so it may be best to solve this all at once instead of specifically here adding a new alpine target. |
I'm going to close in favor of #31322, since that has a lot more discussion and seems to be a duplicate. |
thanks, latest alpine linux supports rust now. |
Hi, i am trying to build on alpinelinux.
i have musl libc based llvm,
https://github.com/8l/llvm2
and trying congfigure rust
The text was updated successfully, but these errors were encountered: