mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
test: fix windows CI
This commit is contained in:
parent
f6bcc9dbcb
commit
9f87aacaaf
@ -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(.{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user