authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-18 16:31:32+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-18 16:31:32+02:00
log2db133b53f80268e4e36ea43a58340bc7853bb61
treea8f04793415f83a8e850e884d39fcb022317beba
parent65e74dfbda3e50ba09a2b59061ccb90a7dd68e9f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable C ABI tests for x86_64-linux-muslx32

Lots of failures here; this target shouldn't have been in this list yet.

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