We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1bc00 commit 8b94fbeCopy full SHA for 8b94fbe
src/bootstrap/builder/tests.rs
@@ -7,6 +7,7 @@ fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config {
7
// don't save toolstates
8
config.save_toolstates = None;
9
config.dry_run = true;
10
+ config.submodules = Some(false);
11
config.ninja_in_file = false;
12
// try to avoid spurious failures in dist where we create/delete each others file
13
// HACK: rather than pull in `tempdir`, use the one that cargo has conveniently created for us
0 commit comments