authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-04 11:11:39+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-04 11:11:39+01:00
logfce7878a9149caa80433e6d650e0bd7f60d345fd
tree37704814be9b722f1c0f59500ed37359c49061d4
parentd45f9aca14bd36a710293b3d0092039fd91a571b
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable hexagon-linux-musl C ABI tests for now

https://gitlab.com/qemu-project/qemu/-/issues/3291

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

test/tests.zig+8-7
......@@ -1714,13 +1714,14 @@ const c_abi_targets = blk: {
17141714 },
17151715 },
17161716
1717 .{
1718 .target = .{
1719 .cpu_arch = .hexagon,
1720 .os_tag = .linux,
1721 .abi = .musl,
1722 },
1723 },
1717 // https://gitlab.com/qemu-project/qemu/-/issues/3291
1718 // .{
1719 // .target = .{
1720 // .cpu_arch = .hexagon,
1721 // .os_tag = .linux,
1722 // .abi = .musl,
1723 // },
1724 // },
17241725
17251726 .{
17261727 .target = .{