mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
test: put all dynamic musl targets behind -Dtest-extra-targets
This commit is contained in:
@@ -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 = .{
|
||||
|
||||
Reference in New Issue
Block a user