behavior: disable multi threaded for the stage2_x86_64 windows target

See #15075 for more details.
This commit is contained in:
Jacob Young 2023-03-25 16:21:00 -04:00
parent d29c674d0d
commit a80be15cd4

View File

@ -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,
},