| ... | @@ -152,17 +152,15 @@ const test_targets = blk: { | ... | @@ -152,17 +152,15 @@ const test_targets = blk: { |
| 152 | .link_libc = true, | 152 | .link_libc = true, |
| 153 | }, | 153 | }, |
| 154 | | 154 | |
| 155 | // TODO disabled only because the CI server has such an old qemu that | 155 | TestTarget{ |
| 156 | // qemu-riscv64 isn't available :( | 156 | .target = .{ |
| 157 | //TestTarget{ | 157 | .cpu_arch = .riscv64, |
| 158 | // .target = .{ | 158 | .os_tag = .linux, |
| 159 | // .cpu_arch = .riscv64, | 159 | .abi = .none, |
| 160 | // .os_tag = .linux, | 160 | }, |
| 161 | // .abi = .none, | 161 | }, |
| 162 | // }, | | |
| 163 | //}, | | |
| 164 | | 162 | |
| 165 | // https://github.com/ziglang/zig/issues/4485 | 163 | // https://github.com/ziglang/zig/issues/4863 |
| 166 | //TestTarget{ | 164 | //TestTarget{ |
| 167 | // .target = .{ | 165 | // .target = .{ |
| 168 | // .cpu_arch = .riscv64, | 166 | // .cpu_arch = .riscv64, |