Commit 606c7bcc89
Changed files (1)
test
standalone
test/standalone/build.zig.zon
@@ -189,9 +189,10 @@
.run_cwd = .{
.path = "run_cwd",
},
- .tsan = .{
- .path = "tsan",
- },
+ // https://github.com/ziglang/zig/issues/25471
+ // .tsan = .{
+ // .path = "tsan",
+ // },
.posix = .{
.path = "posix",
},