x.py clean does not clean bootstrap anymore #76519
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
./x.py clean
used to clean the compiled artifacts of thebootstrap
tool, this no longer seems to be the case.After running x.py clean,
build/bootstrap
was not removed.I also noticed that on a clean build,
./x.py check
would buildbootstrap
twice; first it would be compiler at the beginning, then it would be checked at the very end of the compilation again, is this intended?Seems to be related to #76423 , cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: