From a80be15cd494dbd25874db8ef63c1cbbcdfc732a Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Sat, 25 Mar 2023 16:21:00 -0400 Subject: behavior: disable multi threaded for the stage2_x86_64 windows target See #15075 for more details. --- test/tests.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests.zig b/test/tests.zig index 26e684cd0d..517d789b18 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -112,6 +112,7 @@ const test_targets = blk: { .os_tag = .windows, .abi = .gnu, }, + .single_threaded = true, // https://github.com/ziglang/zig/issues/15075 .backend = .stage2_x86_64, }, -- cgit v1.2.3