mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
test: put all dynamic musl targets behind -Dtest-extra-targets
This commit is contained in:
parent
f785e4745d
commit
ca2da421dd
@ -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 = .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user