ci: enable riscv64-linux tests

Thanks to Michael Dusan's work in
deef063bbf these tests can be enabled.
This commit is contained in:
Andrew Kelley 2020-04-02 19:48:48 -04:00
parent f8cc6a1917
commit 048da6f631

View File

@ -152,17 +152,15 @@ const test_targets = blk: {
.link_libc = true,
},
// 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,
// },
//},
TestTarget{
.target = .{
.cpu_arch = .riscv64,
.os_tag = .linux,
.abi = .none,
},
},
// https://github.com/ziglang/zig/issues/4485
// https://github.com/ziglang/zig/issues/4863
//TestTarget{
// .target = .{
// .cpu_arch = .riscv64,