-
Notifications
You must be signed in to change notification settings - Fork 892
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
Promote x86_64-unknown-linux-musl from target to host toolchain #1053
Comments
Depends on rust-lang/rust#40113. |
rust-lang/rust#40113 has landed. |
From @alexcrichton's comment #1517 (comment):
This is now tracked upstream as rust-lang/rust#57439. So this ticket is (effectively) blocked by that. |
@dwijnand Looks like that upstream issue has been successfully resolved. Is this task ready to move forward? |
Could the musl toolchain be promoted from something people access with
rustup target add x86_64-unknown-linux-musl
to something that people can
curl https://sh.rustup.rs -sSf | sh -s -- --default-host x86_64-unknown-linux-musl -y
?
The text was updated successfully, but these errors were encountered: