I tried this code:
I expected to see this happen: bootstrap only deletes stage 1 artifacts:
; ls build/x86_64-unknown-linux-gnu/stage1* -d
build/x86_64-unknown-linux-gnu/stage1 build/x86_64-unknown-linux-gnu/stage1-tools
build/x86_64-unknown-linux-gnu/stage1-rustc build/x86_64-unknown-linux-gnu/stage1-tools-bin
build/x86_64-unknown-linux-gnu/stage1-std
Instead, this happened: bootstrap completely ignored the --stage flag and deleted everything in the build directory except for cache.
Meta
HEAD is branched from 13afbda
I tried this code:
x clean --stage 1I expected to see this happen: bootstrap only deletes stage 1 artifacts:
Instead, this happened: bootstrap completely ignored the
--stageflag and deleted everything in thebuilddirectory except forcache.Meta
HEAD is branched from 13afbda