mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43: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,
|
.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 = .{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user