Disable ninja on the dry-run builder
This commit is contained in:
parent
f758c7b2a7
commit
8b501e33e5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue