LLVM update detection only works with bors merge commit #109070
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)
LLVM update detection in bootstrap currently only works if there is a bors merge commit:
rust/src/bootstrap/native.rs
Line 134 in d610b0c
This means that it's not possible to run docker images with updated LLVM locally. For dist images you can use
DEPLOY=1
, but for non-dist images we always download CI LLVM. You can't even specifyNO_DOWNLOAD_CI_LLVM=1
without patching the Dockerfile or run.sh.LLVM updates should be detected locally, without a bors merge commit as well.
The text was updated successfully, but these errors were encountered: