Commit a80be15cd4

Jacob Young <jacobly0@users.noreply.github.com>
2023-03-25 21:21:00
behavior: disable multi threaded for the stage2_x86_64 windows target
See #15075 for more details.
1 parent d29c674
Changed files (1)
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,
         },