zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit ca2da421dda4440db29ddaffa6e71e6c824f4b83 (tree)
parent f785e4745d85f7056ab670989c5739b62b0df265
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Fri, 17 Oct 2025 02:03:02 +0200

test: put all dynamic musl targets behind -Dtest-extra-targets

Diffstat:
Mtest/tests.zig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/tests.zig b/test/tests.zig @@ -176,6 +176,7 @@ const test_targets = blk: { }, .linkage = .dynamic, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -1152,6 +1153,7 @@ const test_targets = blk: { }, .linkage = .dynamic, .link_libc = true, + .extra_target = true, }, .{ .target = .{