From 9f3fe4084ab3012e6a4e3ca74228a2194ed863cc Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Wed, 3 Sep 2025 17:15:58 +0530 Subject: remove thread option from self-test invocation --- src/bootstrap/src/core/build_steps/test.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs index 43d47e0f7dd..7175a6492de 100644 --- a/src/bootstrap/src/core/build_steps/test.rs +++ b/src/bootstrap/src/core/build_steps/test.rs @@ -3294,8 +3294,7 @@ impl Step for Bootstrap { .env("INSTA_WORKSPACE_ROOT", &builder.src) .env("RUSTC_BOOTSTRAP", "1"); - let threads = std::thread::available_parallelism().map(|n| n.get()).unwrap_or(1); - run_cargo_test(cargo, &["--test-threads", &threads.to_string()], &[], None, host, builder); + run_cargo_test(cargo, &[], &[], None, host, builder); } fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { -- cgit 1.4.1-3-g733a5