We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be6809 commit 8f8f37fCopy full SHA for 8f8f37f
test/tests.zig
@@ -716,15 +716,26 @@ const test_targets = blk: {
716
},
717
.link_libc = true,
718
719
- // https://github.com/ziglang/zig/issues/2256
720
- //.{
721
- // .target = .{
722
- // .cpu_arch = .powerpc,
723
- // .os_tag = .linux,
724
- // .abi = .gnueabihf,
725
- // },
726
- // .link_libc = true,
727
- //},
+ .{
+ .target = .{
+ .cpu_arch = .powerpc,
+ .os_tag = .linux,
+ .abi = .gnueabi,
+ },
+ .link_libc = true,
+ // https://github.com/ziglang/zig/issues/2256
+ .skip_modules = &.{"std"},
728
729
730
731
732
733
+ .abi = .gnueabihf,
734
735
736
737
738
739
740
.{
741
.target = .{
0 commit comments