mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
test: disable hexagon-linux-musl C ABI tests for now
https://gitlab.com/qemu-project/qemu/-/issues/3291
This commit is contained in:
parent
d45f9aca14
commit
fce7878a91
1 changed files with 8 additions and 7 deletions
|
|
@ -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 = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue