Skip to content

Commit 8b501e3

Browse files
committed
Disable ninja on the dry-run builder
1 parent f758c7b commit 8b501e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/builder/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fn configure(host: &[&str], target: &[&str]) -> Config {
88
config.save_toolstates = None;
99
config.skip_only_host_steps = false;
1010
config.dry_run = true;
11+
config.ninja = false;
1112
// try to avoid spurious failures in dist where we create/delete each others file
1213
let dir = config
1314
.out

0 commit comments

Comments
 (0)