Prevent Windows filesystem races in bootstrap tests
This commit is contained in:
parent
18bb86e5e1
commit
b436dca9e6
@ -1921,6 +1921,9 @@ impl Step for Bootstrap {
|
||||
cmd.arg("--no-fail-fast");
|
||||
}
|
||||
cmd.arg("--").args(&builder.config.cmd.test_args());
|
||||
// rustbuild tests are racy on directory creation so just run them one at a time.
|
||||
// Since there's not many this shouldn't be a problem.
|
||||
cmd.arg("--test-threads=1");
|
||||
try_run(builder, &mut cmd);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user