Skip to content

Commit

Permalink
Disable ninja on the dry-run builder
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Aug 28, 2020
1 parent f758c7b commit 8b501e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/builder/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fn configure(host: &[&str], target: &[&str]) -> Config {
config.save_toolstates = None;
config.skip_only_host_steps = false;
config.dry_run = true;
config.ninja = false;
// try to avoid spurious failures in dist where we create/delete each others file
let dir = config
.out
Expand Down

0 comments on commit 8b501e3

Please sign in to comment.