Skip to content

Commit 139ef75

Browse files
committed
Clean bootstrap artifacts on x.py clean
1 parent dc6121c commit 139ef75

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)