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

This commit is contained in:
Alex Rønne Petersen 2025-10-17 02:03:02 +02:00
parent f785e4745d
commit ca2da421dd
No known key found for this signature in database

View file

@ -176,6 +176,7 @@ const test_targets = blk: {
}, },
.linkage = .dynamic, .linkage = .dynamic,
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
.target = .{ .target = .{
@ -1152,6 +1153,7 @@ const test_targets = blk: {
}, },
.linkage = .dynamic, .linkage = .dynamic,
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
.target = .{ .target = .{