authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:15:48+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:15:48+02:00
log9ae8c48fdf796919c5f0c49b9a72aba1c9916733
treed90df7765a7eeca56a266b96441b9c9881a13373
parent7215249aa95300fd5b33e180e4aa15a549e4fd0c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: put soft float powerpc targets behind -Dtest-extra-targets


1 files changed, 4 insertions(+), 0 deletions(-)

test/tests.zig+4
......@@ -712,6 +712,7 @@ const test_targets = blk: {
712712 .os_tag = .linux,
713713 .abi = .eabi,
714714 },
715 .extra_target = true,
715716 },
716717 .{
717718 .target = .{
......@@ -727,6 +728,7 @@ const test_targets = blk: {
727728 .abi = .musleabi,
728729 },
729730 .link_libc = true,
731 .extra_target = true,
730732 },
731733 .{
732734 .target = .{
......@@ -769,6 +771,7 @@ const test_targets = blk: {
769771 .link_libc = true,
770772 // https://github.com/ziglang/zig/issues/2256
771773 .skip_modules = &.{"std"},
774 .extra_target = true,
772775 },
773776 .{
774777 .target = .{
......@@ -1323,6 +1326,7 @@ const test_targets = blk: {
13231326 .abi = .eabi,
13241327 },
13251328 .link_libc = true,
1329 .extra_target = true,
13261330 },
13271331 .{
13281332 .target = .{