Don't checkout submodules in bootstrap tests
This doesn't cause any tests to fail, and can greatly speed them up.
This commit is contained in:
parent
de1bc0008b
commit
8b94fbea01
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config {
|
||||||
// don't save toolstates
|
// don't save toolstates
|
||||||
config.save_toolstates = None;
|
config.save_toolstates = None;
|
||||||
config.dry_run = true;
|
config.dry_run = true;
|
||||||
|
config.submodules = Some(false);
|
||||||
config.ninja_in_file = false;
|
config.ninja_in_file = false;
|
||||||
// try to avoid spurious failures in dist where we create/delete each others file
|
// try to avoid spurious failures in dist where we create/delete each others file
|
||||||
// HACK: rather than pull in `tempdir`, use the one that cargo has conveniently created for us
|
// HACK: rather than pull in `tempdir`, use the one that cargo has conveniently created for us
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue