authorgravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2023-03-25 16:21:00-04:00
committergravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2023-03-25 16:23:55-04:00
loga80be15cd494dbd25874db8ef63c1cbbcdfc732a
tree8f77c9c7c3523b9a67b53807e73966cf4c100f1d
parentd29c674d0dfab215e230a3d31eddf7ca164491a0

behavior: disable multi threaded for the stage2_x86_64 windows target

See #15075 for more details.

1 files changed, 1 insertions(+), 0 deletions(-)

test/tests.zig+1
...@@ -112,6 +112,7 @@ const test_targets = blk: {...@@ -112,6 +112,7 @@ const test_targets = blk: {
112 .os_tag = .windows,112 .os_tag = .windows,
113 .abi = .gnu,113 .abi = .gnu,
114 },114 },
115 .single_threaded = true, // https://github.com/ziglang/zig/issues/15075
115 .backend = .stage2_x86_64,116 .backend = .stage2_x86_64,
116 },117 },
117118