| ... | @@ -716,15 +716,26 @@ const test_targets = blk: { | ... | @@ -716,15 +716,26 @@ const test_targets = blk: { |
| 716 | }, | 716 | }, |
| 717 | .link_libc = true, | 717 | .link_libc = true, |
| 718 | }, | 718 | }, |
| 719 | // https://github.com/ziglang/zig/issues/2256 | 719 | .{ |
| 720 | //.{ | 720 | .target = .{ |
| 721 | // .target = .{ | 721 | .cpu_arch = .powerpc, |
| 722 | // .cpu_arch = .powerpc, | 722 | .os_tag = .linux, |
| 723 | // .os_tag = .linux, | 723 | .abi = .gnueabi, |
| 724 | // .abi = .gnueabihf, | 724 | }, |
| 725 | // }, | 725 | .link_libc = true, |
| 726 | // .link_libc = true, | 726 | // https://github.com/ziglang/zig/issues/2256 |
| 727 | //}, | 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 | .target = .{ | 741 | .target = .{ |