behavior: disable multi threaded for the stage2_x86_64 windows target
See #15075 for more details.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user