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