mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
test: enable C ABI tests on s390x-linux
This commit is contained in:
parent
692c798303
commit
e11901c1a1
@ -1756,14 +1756,13 @@ const c_abi_targets = blk: {
|
||||
},
|
||||
},
|
||||
|
||||
// Clang explodes when parsing `cfuncs.c`.
|
||||
// .{
|
||||
// .target = .{
|
||||
// .cpu_arch = .s390x,
|
||||
// .os_tag = .linux,
|
||||
// .abi = .musl,
|
||||
// },
|
||||
// },
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .s390x,
|
||||
.os_tag = .linux,
|
||||
.abi = .musl,
|
||||
},
|
||||
},
|
||||
|
||||
.{
|
||||
.target = std.Target.Query.parse(.{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user