mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
test: disable self_exe_symlink standalone test on NetBSD
https://codeberg.org/ziglang/zig/issues/30841
This commit is contained in:
parent
016255ad09
commit
b1b234daa0
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ pub fn build(b: *std.Build) void {
|
|||
const optimize: std.builtin.OptimizeMode = .Debug;
|
||||
const target = b.graph.host;
|
||||
|
||||
if (target.result.os.tag == .netbsd) return; // https://codeberg.org/ziglang/zig/issues/30841
|
||||
if (target.result.os.tag == .openbsd) return; // realpath not supported
|
||||
|
||||
const main = b.addExecutable(.{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue