Skip to content

Commit 4890c06

Browse files
authored
Rollup merge of #80574 - jyn514:clean-bootstrap, r=Mark-Simulacrum
Clean bootstrap artifacts on `x.py clean` Closes #76519 r? `@Mark-Simulacrum`
2 parents 1ab3466 + 139ef75 commit 4890c06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/clean.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
2121
} else {
2222
rm_rf(&build.out.join("tmp"));
2323
rm_rf(&build.out.join("dist"));
24+
rm_rf(&build.out.join("bootstrap"));
2425

2526
for host in &build.hosts {
2627
let entries = match build.out.join(host.triple).read_dir() {

0 commit comments

Comments
 (0)