authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-19 11:49:34+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-19 11:49:34+02:00
loge6d26bf962b75b4f0dc200d56fa5776e39f5a18e
treee9c88cce87261ea725bbf8596c5c1232e6cefc4b
parent513b395f7f553e5caa3087d17c04f46b8bb407ef
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: re-enable C ABI tests for x86_64-linux-muslx32


1 files changed, 7 insertions(+), 7 deletions(-)

test/tests.zig+7-7
...@@ -1997,13 +1997,13 @@ const c_abi_targets = blk: {...@@ -1997,13 +1997,13 @@ const c_abi_targets = blk: {
1997 },1997 },
1998 .use_llvm = true,1998 .use_llvm = true,
1999 },1999 },
2000 // .{2000 .{
2001 // .target = .{2001 .target = .{
2002 // .cpu_arch = .x86_64,2002 .cpu_arch = .x86_64,
2003 // .os_tag = .linux,2003 .os_tag = .linux,
2004 // .abi = .muslx32,2004 .abi = .muslx32,
2005 // },2005 },
2006 // },2006 },
20072007
2008 // WASI Targets2008 // WASI Targets
20092009