Skip to content

Commit

Permalink
Clean bootstrap artifacts on x.py clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Jan 1, 2021
1 parent dc6121c commit 139ef75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
} else {
rm_rf(&build.out.join("tmp"));
rm_rf(&build.out.join("dist"));
rm_rf(&build.out.join("bootstrap"));

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

0 comments on commit 139ef75

Please sign in to comment.