Skip to content

Promote x86_64-unknown-linux-musl from target to host toolchain #1053

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
mcandre opened this issue Apr 11, 2017 · 4 comments · Fixed by #1882
Closed

Promote x86_64-unknown-linux-musl from target to host toolchain #1053

mcandre opened this issue Apr 11, 2017 · 4 comments · Fixed by #1882

Comments

@mcandre
Copy link

mcandre commented Apr 11, 2017

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

?

@mbrubeck
Copy link
Contributor

mbrubeck commented Aug 7, 2017

Depends on rust-lang/rust#40113.

@SimonSapin
Copy link
Contributor

rust-lang/rust#40113 has landed.

@dwijnand
Copy link
Member

From @alexcrichton's comment #1517 (comment):

I think it's probably not worth doing this until we get a musl host rustc working, otherwise this rustup won't have anything to download!

This is now tracked upstream as rust-lang/rust#57439. So this ticket is (effectively) blocked by that.

@ebkalderon
Copy link

@dwijnand Looks like that upstream issue has been successfully resolved. Is this task ready to move forward?

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
6 participants