| author | |
| committer | |
| log | a80be15cd494dbd25874db8ef63c1cbbcdfc732a |
| tree | 8f77c9c7c3523b9a67b53807e73966cf4c100f1d |
| parent | d29c674d0dfab215e230a3d31eddf7ca164491a0 |
See #15075 for more details.1 files changed, 1 insertions(+), 0 deletions(-)
test/tests.zig+1| ... | @@ -112,6 +112,7 @@ const test_targets = blk: { | ... | @@ -112,6 +112,7 @@ const test_targets = blk: { |
| 112 | .os_tag = .windows, | 112 | .os_tag = .windows, |
| 113 | .abi = .gnu, | 113 | .abi = .gnu, |
| 114 | }, | 114 | }, |
| 115 | .single_threaded = true, // https://github.com/ziglang/zig/issues/15075 | ||
| 115 | .backend = .stage2_x86_64, | 116 | .backend = .stage2_x86_64, |
| 116 | }, | 117 | }, |
| 117 | 118 |