test: put all n32 and x32 targets behind -Dtest-extra-targets

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

View File

@ -614,6 +614,7 @@ const test_targets = blk: {
.abi = .muslabin32, .abi = .muslabin32,
}, },
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
.target = .{ .target = .{
@ -640,6 +641,7 @@ const test_targets = blk: {
.abi = .gnuabin32, .abi = .gnuabin32,
}, },
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
@ -674,6 +676,7 @@ const test_targets = blk: {
.abi = .muslabin32, .abi = .muslabin32,
}, },
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
.target = .{ .target = .{
@ -700,6 +703,7 @@ const test_targets = blk: {
.abi = .gnuabin32, .abi = .gnuabin32,
}, },
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
@ -1136,6 +1140,7 @@ const test_targets = blk: {
.abi = .gnux32, .abi = .gnux32,
}, },
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
.target = .{ .target = .{
@ -1162,6 +1167,7 @@ const test_targets = blk: {
.abi = .muslx32, .abi = .muslx32,
}, },
.link_libc = true, .link_libc = true,
.extra_target = true,
}, },
.{ .{
.target = .{ .target = .{
@ -1829,7 +1835,6 @@ const c_abi_targets = blk: {
.os_tag = .linux, .os_tag = .linux,
.abi = .muslx32, .abi = .muslx32,
}, },
.use_llvm = true,
}, },
// WASI Targets // WASI Targets