mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 17:55:24 +00:00
test: Add s390x-linux-(none,musl,gnu) triples to module tests.
This commit is contained in:
parent
7f55fa12f4
commit
736694b1e6
@ -636,6 +636,30 @@ const test_targets = blk: {
|
||||
.use_lld = false,
|
||||
},
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .s390x,
|
||||
.os_tag = .linux,
|
||||
.abi = .none,
|
||||
},
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .s390x,
|
||||
.os_tag = .linux,
|
||||
.abi = .musl,
|
||||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .s390x,
|
||||
.os_tag = .linux,
|
||||
.abi = .gnu,
|
||||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86_64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user