| ... | ... | @@ -712,6 +712,7 @@ const test_targets = blk: { |
| 712 | 712 | .os_tag = .linux, |
| 713 | 713 | .abi = .eabi, |
| 714 | 714 | }, |
| 715 | .extra_target = true, |
| 715 | 716 | }, |
| 716 | 717 | .{ |
| 717 | 718 | .target = .{ |
| ... | ... | @@ -727,6 +728,7 @@ const test_targets = blk: { |
| 727 | 728 | .abi = .musleabi, |
| 728 | 729 | }, |
| 729 | 730 | .link_libc = true, |
| 731 | .extra_target = true, |
| 730 | 732 | }, |
| 731 | 733 | .{ |
| 732 | 734 | .target = .{ |
| ... | ... | @@ -769,6 +771,7 @@ const test_targets = blk: { |
| 769 | 771 | .link_libc = true, |
| 770 | 772 | // https://github.com/ziglang/zig/issues/2256 |
| 771 | 773 | .skip_modules = &.{"std"}, |
| 774 | .extra_target = true, |
| 772 | 775 | }, |
| 773 | 776 | .{ |
| 774 | 777 | .target = .{ |
| ... | ... | @@ -1323,6 +1326,7 @@ const test_targets = blk: { |
| 1323 | 1326 | .abi = .eabi, |
| 1324 | 1327 | }, |
| 1325 | 1328 | .link_libc = true, |
| 1329 | .extra_target = true, |
| 1326 | 1330 | }, |
| 1327 | 1331 | .{ |
| 1328 | 1332 | .target = .{ |