mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
test: fix windows CI
This commit is contained in:
parent
f6bcc9dbcb
commit
9f87aacaaf
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue