Commit e11901c1a1

Alex Rønne Petersen <alex@alexrp.com>
2025-11-18 01:11:34
test: enable C ABI tests on s390x-linux
1 parent 692c798
Changed files (1)
test/tests.zig
@@ -1756,14 +1756,13 @@ const c_abi_targets = blk: {
             },
         },
 
-        // Clang explodes when parsing `cfuncs.c`.
-        // .{
-        //     .target = .{
-        //         .cpu_arch = .s390x,
-        //         .os_tag = .linux,
-        //         .abi = .musl,
-        //     },
-        // },
+        .{
+            .target = .{
+                .cpu_arch = .s390x,
+                .os_tag = .linux,
+                .abi = .musl,
+            },
+        },
 
         .{
             .target = std.Target.Query.parse(.{