ci: disable qemu-riscv64 tests due to qemu being too old

master
Andrew Kelley 2020-03-22 17:25:46 -04:00
parent f9992850a5
commit 380c276deb
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 9 additions and 7 deletions

View File

@ -153,13 +153,15 @@ const test_targets = blk: {
.link_libc = true,
},
TestTarget{
.target = .{
.cpu_arch = .riscv64,
.os_tag = .linux,
.abi = .none,
},
},
// TODO disabled only because the CI server has such an old qemu that
// qemu-riscv64 isn't available :(
//TestTarget{
// .target = .{
// .cpu_arch = .riscv64,
// .os_tag = .linux,
// .abi = .none,
// },
//},
// https://github.com/ziglang/zig/issues/4485
//TestTarget{