Rust: nightly is broken

Created on 26 Feb 2017  路  6Comments  路  Source: rust-lang/rust

cmr@roger ~/s/rls> rustup update nightly
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
error: server sent a broken manifest: missing package for component rust-analysis-aarch64-apple-ios
info: caused by: package not found: 'rust-analysis'

Most helpful comment

For the record, one can go rustup install nightly-2017-02-25 to get around the latest nightly's manifest not working with rustup. Took a bit for me to realize, so I thought I'd share.

All 6 comments

Does this take time to roll out? I still see the same error.

@SirVer yes. this specific one nightly will probably always be broken (unless the manifest gets removed from static.rlo), but the future nightlies wont be broken. It will take one day until it will be available, maybe more if the build fails. This page can be used to check whether a new nightly is available: http://rusty-dash.com/nightlies

For the record, one can go rustup install nightly-2017-02-25 to get around the latest nightly's manifest not working with rustup. Took a bit for me to realize, so I thought I'd share.

Was this page helpful?
0 / 5 - 0 ratings