mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
test: put soft float powerpc targets behind -Dtest-extra-targets
This commit is contained in:
parent
7215249aa9
commit
9ae8c48fdf
1 changed files with 4 additions and 0 deletions
|
|
@ -712,6 +712,7 @@ const test_targets = blk: {
|
||||||
.os_tag = .linux,
|
.os_tag = .linux,
|
||||||
.abi = .eabi,
|
.abi = .eabi,
|
||||||
},
|
},
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -727,6 +728,7 @@ const test_targets = blk: {
|
||||||
.abi = .musleabi,
|
.abi = .musleabi,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -769,6 +771,7 @@ const test_targets = blk: {
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
// https://github.com/ziglang/zig/issues/2256
|
// https://github.com/ziglang/zig/issues/2256
|
||||||
.skip_modules = &.{"std"},
|
.skip_modules = &.{"std"},
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -1323,6 +1326,7 @@ const test_targets = blk: {
|
||||||
.abi = .eabi,
|
.abi = .eabi,
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
|
.extra_target = true,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue