improve incompatible option detection for ci-llvm #129153
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Since #128822, CI builders provide their configuration in the
builder-config
file, which can be used to more precisely detect incompatible ci-llvm options (similar to how it's done for rustc options in #129052). This helps to prevent incorrect assumptions of CI builders on a used llvm option which was also used while building ci-llvm artifact.The text was updated successfully, but these errors were encountered: