-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-bugCategory: This is a bug.Category: This is a bug.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
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.
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-bugCategory: This is a bug.Category: This is a bug.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.