| author | |
| committer | |
| log | 49fa67d8265acfa0621e88acbad1fa598f128468 |
| tree | 4d2d2e7b818b53e3c0e7f8436e24e37036423d75 |
| parent | 58490f588c099fde8bf6191333e6f9d1493e407c |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
test/standalone/run_output_caching/build.zig+1-1| ... | ... | @@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void { |
| 5 | 5 | const test_step = b.step("test", "Test it"); |
| 6 | 6 | b.default_step = test_step; |
| 7 | 7 | |
| 8 | if (builtin.os.tag == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31564 | |
| 8 | if (builtin.os.tag == .windows) return; // https://codeberg.org/ziglang/zig/issues/31564 | |
| 9 | 9 | |
| 10 | 10 | const target = b.standardTargetOptions(.{}); |
| 11 | 11 | const optimize = b.standardOptimizeOption(.{}); |