x.py build fails with download-ci-llvm = true
#80086
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
I just started running into this recently - maybe
llvm-dwp
stopped being packaged recently? I think the fix is just to make it optional in bootstrap.Backtrace
A workaround is
touch build/x86_64-unknown-linux-gnu/ci-llvm/bin/llvm-dwp
.The text was updated successfully, but these errors were encountered: