commit fce7878a9149caa80433e6d650e0bd7f60d345fd (tree)
parent d45f9aca14bd36a710293b3d0092039fd91a571b
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 4 Feb 2026 11:11:39 +0100
test: disable hexagon-linux-musl C ABI tests for now
https://gitlab.com/qemu-project/qemu/-/issues/3291
Diffstat:
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/test/tests.zig b/test/tests.zig
@@ -1714,13 +1714,14 @@ const c_abi_targets = blk: {
},
},
- .{
- .target = .{
- .cpu_arch = .hexagon,
- .os_tag = .linux,
- .abi = .musl,
- },
- },
+ // https://gitlab.com/qemu-project/qemu/-/issues/3291
+ // .{
+ // .target = .{
+ // .cpu_arch = .hexagon,
+ // .os_tag = .linux,
+ // .abi = .musl,
+ // },
+ // },
.{
.target = .{