x clean --stage 1
silently does the wrong thing
#109313
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried this code:
x clean --stage 1
I expected to see this happen: bootstrap only deletes stage 1 artifacts:
Instead, this happened: bootstrap completely ignored the
--stage
flag and deleted everything in thebuild
directory except forcache
.Meta
HEAD is branched from 13afbda
The text was updated successfully, but these errors were encountered: