We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f758c7b commit 8b501e3Copy full SHA for 8b501e3
src/bootstrap/builder/tests.rs
@@ -8,6 +8,7 @@ fn configure(host: &[&str], target: &[&str]) -> Config {
8
config.save_toolstates = None;
9
config.skip_only_host_steps = false;
10
config.dry_run = true;
11
+ config.ninja = false;
12
// try to avoid spurious failures in dist where we create/delete each others file
13
let dir = config
14
.out
0 commit comments