it rebuilds "stage0 tool compiletest" even if you only change the compiler #50060
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)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Do the following:
./x.py test --stage 1 src/test/run-pass --test-gs i128
Then change something in the compiler, e.g. a comment in librustc.
Then invoke the command again. You'll see that not just the compiler but also compiletest is being recompiled even though it doesn't have to.
cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: