commit 048da6f6315772cd4fb6356c2dd50f0b60cbf6b5 (tree)
parent f8cc6a191723d763fc7a8908f3e5beb4eff8317f
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 2 Apr 2020 19:48:48 -0400
ci: enable riscv64-linux tests
Thanks to Michael Dusan's work in
deef063bbf these tests can be enabled.
Diffstat:
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/test/tests.zig b/test/tests.zig
@@ -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,