-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Current Windows nightly misses rust-lld
#59661
Comments
Thanks for the report! @phil-opp can you confirm the exact installer that you're using? I unfortunately don't have a windows machine to reproduce on right now, but both these URLs contains |
@alexcrichton They indeed contain a For https://static.rust-lang.org/dist/2019-04-03/rustc-nightly-x86_64-unknown-linux-gnu.tar.gz :
For https://static.rust-lang.org/dist/2019-04-03/rustc-nightly-x86_64-pc-windows-msvc.tar.gz :
For https://static.rust-lang.org/dist/2019-04-02/rustc-nightly-x86_64-pc-windows-msvc.tar.gz (the nightly before):
So for some reason the |
Heh, an excellent point! Given the regression range this is almost surely https://github.com/rust-lang/rust/pull/59341/files. cc @o01eg, would you mind taking a look at this? I'm going to post a PR to revert that change in the meantime |
Closing as per my comments in #59668 (comment):
Edit: It seems like projects that don't use cargo-xbuild/xargo are affected as well. |
Revert rust-lld place changes Fixes rust-lang#59661. Instead of rust-lang#59668 it reverts only failed part.
Revert rust-lld place changes Fixes rust-lang#59661. Instead of rust-lang#59668 it reverts only failed part.
The 2019-04-02 Windows nightly
has nouses a different directory forrust-lld
includedrust-lld
so thatrustc
does not find it anymore. You can see this by downloading the nightlyx86_64-pc-windows-msvc
archive from https://forge.rust-lang.org/other-installation-methods.html#standalone-installers. In contrast to stable, beta, and earlier nightlies, the current nightly has norust-nightly-x86_64-pc-windows-msvc/rustc/lib/rustlib/x86_64-pc-windows-msvc/bin
folder.Versions:
rustc 1.35.0-nightly (428943c 2019-04-02)
binary: rustc
commit-hash: 428943c
commit-date: 2019-04-02
host: x86_64-pc-windows-msvc
release: 1.35.0-nightly
LLVM version: 8.0
cargo 1.35.0-nightly (63231f438 2019-03-27)
The text was updated successfully, but these errors were encountered: