commit 2db133b53f80268e4e36ea43a58340bc7853bb61 (tree)
parent 65e74dfbda3e50ba09a2b59061ccb90a7dd68e9f
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Thu, 18 Jun 2026 16:31:32 +0200
test: disable C ABI tests for x86_64-linux-muslx32
Lots of failures here; this target shouldn't have been in this list yet.
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/test/tests.zig b/test/tests.zig
@@ -1997,13 +1997,13 @@ const c_abi_targets = blk: {
},
.use_llvm = true,
},
- .{
- .target = .{
- .cpu_arch = .x86_64,
- .os_tag = .linux,
- .abi = .muslx32,
- },
- },
+ // .{
+ // .target = .{
+ // .cpu_arch = .x86_64,
+ // .os_tag = .linux,
+ // .abi = .muslx32,
+ // },
+ // },
// WASI Targets