| author | |
| committer | |
| log | 606c7bcc89dd42be52661fe0a7626803e992308b |
| tree | e78b22e3a06294c87873aeae1a2aea2e7a9efeb4 |
| parent | 97fa0e3ebd1561d9b4396b428d3ade86cd130d6a |
| signature |
https://github.com/ziglang/zig/issues/254711 files changed, 4 insertions(+), 3 deletions(-)
test/standalone/build.zig.zon+4-3| ... | @@ -189,9 +189,10 @@ | ... | @@ -189,9 +189,10 @@ |
| 189 | .run_cwd = .{ | 189 | .run_cwd = .{ |
| 190 | .path = "run_cwd", | 190 | .path = "run_cwd", |
| 191 | }, | 191 | }, |
| 192 | .tsan = .{ | 192 | // https://github.com/ziglang/zig/issues/25471 |
| 193 | .path = "tsan", | 193 | // .tsan = .{ |
| 194 | }, | 194 | // .path = "tsan", |
| 195 | // }, | ||
| 195 | .posix = .{ | 196 | .posix = .{ |
| 196 | .path = "posix", | 197 | .path = "posix", |
| 197 | }, | 198 | }, |