Bootstrap test ci_rustc_if_unchanged_logic fails locally #138239
Labels
A-download-rustc
Area: The `rust.download-rustc` build option.
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Summary
The test
ci_rustc_if_unchanged_logic
fails if you are working on a branch that has any changes to library or compiler with:This makes it difficult to run tests locally. For example, running the
x86_64-gnu
docker image fails with this message.I'm not entirely clear how this test works in CI, but it would be helpful if it didn't fail for local testing.
Command used
./x test bootstrap
or
Expected behaviour
Command should pass.
Actual behaviour
Test fails.
Bootstrap configuration (config.toml)
No config (use all defaults), or use the config in the x86_64-gnu image.
Operating system
Any
HEAD
39d5d92
The text was updated successfully, but these errors were encountered: