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
test/tests.zig+8-7
| ... | ... | @@ -1714,13 +1714,14 @@ const c_abi_targets = blk: { |
| 1714 | 1714 | }, |
| 1715 | 1715 | }, |
| 1716 | 1716 | |
| 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 | // }, |
| 1724 | 1725 | |
| 1725 | 1726 | .{ |
| 1726 | 1727 | .target = .{ |