test: enable C ABI tests on s390x-linux
1 files changed, 7 insertions(+), 8 deletions(-)
test
test/tests.zig+7-8
| ... | ... | @@ -1756,14 +1756,13 @@ const c_abi_targets = blk: { |
| 1756 | 1756 | }, |
| 1757 | 1757 | }, |
| 1758 | 1758 | |
| 1759 | | // Clang explodes when parsing `cfuncs.c`. |
| 1760 | | // .{ |
| 1761 | | // .target = .{ |
| 1762 | | // .cpu_arch = .s390x, |
| 1763 | | // .os_tag = .linux, |
| 1764 | | // .abi = .musl, |
| 1765 | | // }, |
| 1766 | | // }, |
| 1759 | .{ |
| 1760 | .target = .{ |
| 1761 | .cpu_arch = .s390x, |
| 1762 | .os_tag = .linux, |
| 1763 | .abi = .musl, |
| 1764 | }, |
| 1765 | }, |
| 1767 | 1766 | |
| 1768 | 1767 | .{ |
| 1769 | 1768 | .target = std.Target.Query.parse(.{ |