mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
test: Add x86_64-linux-(gnux32,muslx32) to module tests.
This commit is contained in:
parent
14c79203c4
commit
1731510933
1 changed files with 16 additions and 0 deletions
|
|
@ -217,6 +217,14 @@ const test_targets = blk: {
|
|||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86_64,
|
||||
.os_tag = .linux,
|
||||
.abi = .gnux32,
|
||||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86_64,
|
||||
|
|
@ -225,6 +233,14 @@ const test_targets = blk: {
|
|||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86_64,
|
||||
.os_tag = .linux,
|
||||
.abi = .muslx32,
|
||||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86_64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue