test: fix windows CI

This commit is contained in:
Jacob Young 2025-02-14 00:11:48 -05:00
parent f6bcc9dbcb
commit 9f87aacaaf

View File

@ -472,6 +472,10 @@ fn addFromDirInner(
// Rosetta has issues with ZLD
continue;
}
if (backend == .stage2 and target.ofmt == .coff) {
// COFF linker has bitrotted
continue;
}
const next = ctx.cases.items.len;
try ctx.cases.append(.{