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