authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-27 02:49:12+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-27 02:49:12+01:00
log49fa67d8265acfa0621e88acbad1fa598f128468
tree4d2d2e7b818b53e3c0e7f8436e24e37036423d75
parent58490f588c099fde8bf6191333e6f9d1493e407c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

fixup 58490f588c099fde8bf6191333e6f9d1493e407c


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 {
55 const test_step = b.step("test", "Test it");
66 b.default_step = test_step;
77
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
99
1010 const target = b.standardTargetOptions(.{});
1111 const optimize = b.standardOptimizeOption(.{});