commit a80be15cd494dbd25874db8ef63c1cbbcdfc732a (tree)
parent d29c674d0dfab215e230a3d31eddf7ca164491a0
Author: Jacob Young <jacobly0@users.noreply.github.com>
Date: Sat, 25 Mar 2023 16:21:00 -0400
behavior: disable multi threaded for the stage2_x86_64 windows target
See #15075 for more details.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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,
},