File tree 1 file changed +20
-9
lines changed
1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -716,15 +716,26 @@ const test_targets = blk: {
716
716
},
717
717
.link_libc = true ,
718
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
- //},
719
+ .{
720
+ .target = .{
721
+ .cpu_arch = .powerpc ,
722
+ .os_tag = .linux ,
723
+ .abi = .gnueabi ,
724
+ },
725
+ .link_libc = true ,
726
+ // https://github.com/ziglang/zig/issues/2256
727
+ .skip_modules = &.{"std" },
728
+ },
729
+ .{
730
+ .target = .{
731
+ .cpu_arch = .powerpc ,
732
+ .os_tag = .linux ,
733
+ .abi = .gnueabihf ,
734
+ },
735
+ .link_libc = true ,
736
+ // https://github.com/ziglang/zig/issues/2256
737
+ .skip_modules = &.{"std" },
738
+ },
728
739
729
740
.{
730
741
.target = .{
You can’t perform that action at this time.
0 commit comments