authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-04-02 19:48:48-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-04-02 21:44:03-04:00
log048da6f6315772cd4fb6356c2dd50f0b60cbf6b5
tree61b61695eec1464d3da33fd28cee3a248332d608
parentf8cc6a191723d763fc7a8908f3e5beb4eff8317f

ci: enable riscv64-linux tests

Thanks to Michael Dusan's work in deef063bbf these tests can be enabled.

1 files changed, 8 insertions(+), 10 deletions(-)

test/tests.zig+8-10
......@@ -152,17 +152,15 @@ const test_targets = blk: {
152152 .link_libc = true,
153153 },
154154
155 // TODO disabled only because the CI server has such an old qemu that
156 // qemu-riscv64 isn't available :(
157 //TestTarget{
158 // .target = .{
159 // .cpu_arch = .riscv64,
160 // .os_tag = .linux,
161 // .abi = .none,
162 // },
163 //},
155 TestTarget{
156 .target = .{
157 .cpu_arch = .riscv64,
158 .os_tag = .linux,
159 .abi = .none,
160 },
161 },
164162
165 // https://github.com/ziglang/zig/issues/4485
163 // https://github.com/ziglang/zig/issues/4863
166164 //TestTarget{
167165 // .target = .{
168166 // .cpu_arch = .riscv64,