Closed
Description
Installing rust nightly with rustup returns this error:
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: latest update on 2019-01-10, rust version 1.33.0-nightly (6ecad3383 2019-01-09)
info: downloading component 'rustc'
error: failed to parse url: nightly/2019-01-10/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz
info: caused by: relative URL without a base
We're aware of this and a fix is pending in #57484. Sorry for the trouble!
Activity
dwijnand commentedon Jan 10, 2019
You can mitigate this by using
rustup install nightly-2019-01-09
instead of today's nightly, and then use+nightly-2019-01-09
in place of+nightly
.travis: Bypass rust-lang/rust#57488
16 remaining items
Auto merge of #57484 - alexcrichton:fix-nightlies, r=Mark-Simulacru
pietroalbini commentedon Jan 11, 2019
The issue will be fixed in the next nightly. Sorry for the trouble.
dwijnand commentedon Jan 11, 2019
No, I think it's fixed (despite finishing 20 minutes after UTC midnight 😅)
pietroalbini commentedon Jan 11, 2019
Oh, ok then 🎉🎉🎉
Revert "work around rust-lang/rust#57488"