mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
test: Add powerpc-linux-gnueabi(hf) to the module test matrix.
Skips std tests for now: https://github.com/ziglang/zig/issues/2256
This commit is contained in:
parent
3be6809e27
commit
8f8f37fb0f
1 changed files with 20 additions and 9 deletions
|
|
@ -716,15 +716,26 @@ const test_targets = blk: {
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
|
.target = .{
|
||||||
|
.cpu_arch = .powerpc,
|
||||||
|
.os_tag = .linux,
|
||||||
|
.abi = .gnueabi,
|
||||||
|
},
|
||||||
|
.link_libc = true,
|
||||||
// https://github.com/ziglang/zig/issues/2256
|
// https://github.com/ziglang/zig/issues/2256
|
||||||
//.{
|
.skip_modules = &.{"std"},
|
||||||
// .target = .{
|
},
|
||||||
// .cpu_arch = .powerpc,
|
.{
|
||||||
// .os_tag = .linux,
|
.target = .{
|
||||||
// .abi = .gnueabihf,
|
.cpu_arch = .powerpc,
|
||||||
// },
|
.os_tag = .linux,
|
||||||
// .link_libc = true,
|
.abi = .gnueabihf,
|
||||||
//},
|
},
|
||||||
|
.link_libc = true,
|
||||||
|
// https://github.com/ziglang/zig/issues/2256
|
||||||
|
.skip_modules = &.{"std"},
|
||||||
|
},
|
||||||
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue