Skip to content
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

Cannot add target on specific nightly #144

Open
mhristache opened this issue Mar 12, 2016 · 2 comments
Open

Cannot add target on specific nightly #144

mhristache opened this issue Mar 12, 2016 · 2 comments

Comments

@mhristache
Copy link

This fails:

$ multirust list-toolchains
nightly
nightly-2016-03-03
stable

$ multirust add-target nightly-2016-03-03 x86_64-unknown-linux-musl
rustup: no channel manifest at '/Users/moi/.multirust/toolchains/nightly-2016-03-03/lib/rustlib/channel-manifest.toml'

However, It works to add the target on nightly:

$ multirust add-target nightly x86_64-unknown-linux-musl
rustup: downloading extra component from https://static.rust-lang.org/dist/2016-03-11/rust-std-nightly-x86_64-unknown-linux-musl.tar.gz
######################################################################## 100.0%
@johalun
Copy link

johalun commented Mar 17, 2016

Get same error when adding target for stable or beta on OSX. Nightly works though.

@brson
Copy link
Owner

brson commented Mar 17, 2016

This error is because those toolchains were published prior to the deployment of the server-side metadata for component installation. So this is expected behavior. It could definitely use a better error message though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants