commit e6d26bf962b75b4f0dc200d56fa5776e39f5a18e (tree)
parent 513b395f7f553e5caa3087d17c04f46b8bb407ef
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Fri, 19 Jun 2026 11:49:34 +0200
test: re-enable C ABI tests for x86_64-linux-muslx32
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