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

This commit is contained in:
Alex Rønne Petersen 2025-10-17 02:15:48 +02:00
parent 7215249aa9
commit 9ae8c48fdf
No known key found for this signature in database

View file

@ -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 = .{