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

llvm-tools component no longer works on master #73602

Closed
Manishearth opened this issue Jun 22, 2020 · 3 comments
Closed

llvm-tools component no longer works on master #73602

Manishearth opened this issue Jun 22, 2020 · 3 comments
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@Manishearth
Copy link
Member

rustup-toolchain-install-master -n master -f -c rustc-dev -c llvm-tools fails with

error: found no file in folder `llvm-tools-nightly-x86_64-unknown-linux-gnu/llvm-tools` when extracting component `llvm-tools`

The folder name is actually llvm-tools-preview. -c llvm-tools-preview does not exist.

This makes it impossible to e.g. build clippy out of tree

This seems to be related to #72000 , but RTIM definitely worked back then, so something else has changed.

cc @Mark-Simulacrum @cuviper

@jonas-schievink jonas-schievink added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Jun 22, 2020
@Mark-Simulacrum
Copy link
Member

Hm maybe this was fixed since then? It seems to be working for me as of today.

$ rustup-toolchain-install-master -n master -f -c rustc-dev -c llvm-tools
fetching master commit hash...
detecting the channel of the `d8ed1b03c202d77248eb0d335062f46026fc29c4` toolchain...
downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com/rustc-builds/d8ed1b03c202d77248eb0d335062f46026fc29c4/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz>...
47.34 MB / 47.34 MB [=========================================================================================================================================================================] 100.00 % 12.49 MB/s
downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com/rustc-builds/d8ed1b03c202d77248eb0d335062f46026fc29c4/rustc-dev-nightly-x86_64-unknown-linux-gnu.tar.xz>...
71.31 MB / 71.31 MB [=========================================================================================================================================================================] 100.00 % 12.19 MB/s
downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com/rustc-builds/d8ed1b03c202d77248eb0d335062f46026fc29c4/llvm-tools-nightly-x86_64-unknown-linux-gnu.tar.xz>...
18.84 MB / 18.84 MB [=========================================================================================================================================================================] 100.00 % 12.11 MB/s
downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com/rustc-builds/d8ed1b03c202d77248eb0d335062f46026fc29c4/rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz>...
15.95 MB / 15.95 MB [=========================================================================================================================================================================] 100.00 % 14.27 MB/s
toolchain `master` is successfully installed!

@Manishearth
Copy link
Member Author

Possibly!

@Manishearth
Copy link
Member Author

hmm, i was still getting the same error, but it went away after I updated RTIM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants