mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
behavior: disable multi threaded for the stage2_x86_64 windows target
See #15075 for more details.
This commit is contained in:
parent
d29c674d0d
commit
a80be15cd4
@ -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,
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user