about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2020-08-28 07:20:50 -0700
committerJosh Triplett <josh@joshtriplett.org>2020-08-28 07:20:50 -0700
commit8b501e33e5b873b66bc421cc142d4c7430d8f005 (patch)
tree8d74b359b604bd036633d170cd1392f7cfc553cd
parentf758c7b2a7845871fffb6d81fa1193de5f4d46b7 (diff)
downloadrust-8b501e33e5b873b66bc421cc142d4c7430d8f005.tar.gz
rust-8b501e33e5b873b66bc421cc142d4c7430d8f005.zip
Disable ninja on the dry-run builder
-rw-r--r--src/bootstrap/builder/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/builder/tests.rs b/src/bootstrap/builder/tests.rs
index 111971534ba..5b6c327896b 100644
--- a/src/bootstrap/builder/tests.rs
+++ b/src/bootstrap/builder/tests.rs
@@ -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