mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
test: put soft float powerpc targets behind -Dtest-extra-targets
This commit is contained in:
parent
7215249aa9
commit
9ae8c48fdf
@ -712,6 +712,7 @@ const test_targets = blk: {
|
||||
.os_tag = .linux,
|
||||
.abi = .eabi,
|
||||
},
|
||||
.extra_target = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
@ -727,6 +728,7 @@ const test_targets = blk: {
|
||||
.abi = .musleabi,
|
||||
},
|
||||
.link_libc = true,
|
||||
.extra_target = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
@ -769,6 +771,7 @@ const test_targets = blk: {
|
||||
.link_libc = true,
|
||||
// https://github.com/ziglang/zig/issues/2256
|
||||
.skip_modules = &.{"std"},
|
||||
.extra_target = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
@ -1323,6 +1326,7 @@ const test_targets = blk: {
|
||||
.abi = .eabi,
|
||||
},
|
||||
.link_libc = true,
|
||||
.extra_target = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user