From e11901c1a1c5aa617e4251e559f97b87b6725453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 18 Nov 2025 01:11:34 +0100 Subject: [PATCH] test: enable C ABI tests on s390x-linux --- test/tests.zig | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 344f598f2e..4ea42c2eb5 100644 --- a/test/tests.zig +++ b/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(.{