File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -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 = .{
You can’t perform that action at this time.
0 commit comments