Can't use download-ci-llvm any more #79071
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.
Enabling download-ci-llvm used to work just fine for me, until today.
After rebasing on top of 7504256 , doing anything with rustc beyond stage 1 fails:
To verify it's not due to some caching issue caused by my experiments in #79043 that temporarily turned the feature off I deleted the entire build directory. It correctly downloaded the stage0 and llvm artifacts, but still failed when trying to run stage1 rustc.
The text was updated successfully, but these errors were encountered: