Rustup: Promote x86_64-unknown-linux-musl from target to host toolchain

Created on 12 Apr 2017  路  4Comments  路  Source: rust-lang/rustup

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

?

enhancement

Most helpful comment

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

All 4 comments

Depends on rust-lang/rust#40113.

From @alexcrichton's comment https://github.com/rust-lang/rustup.rs/pull/1517#issuecomment-431007160:

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 https://github.com/rust-lang/rust/issues/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?

Was this page helpful?
0 / 5 - 0 ratings