mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
disable standalone coff_dwarf test on aarch64-windows
See tracking issue #18427
This commit is contained in:
parent
2b63ba31e9
commit
c546ddb3ed
@ -11,6 +11,11 @@ pub fn build(b: *std.Build) void {
|
||||
|
||||
if (builtin.os.tag != .windows) return;
|
||||
|
||||
if (builtin.cpu.arch == .aarch64) {
|
||||
// https://github.com/ziglang/zig/issues/18427
|
||||
return;
|
||||
}
|
||||
|
||||
const exe = b.addExecutable(.{
|
||||
.name = "main",
|
||||
.root_source_file = .{ .path = "main.zig" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user