authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-03-22 17:25:46-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-03-22 17:36:58-04:00
log380c276deb64888a17a43ab2ba9174b4002dc17b
tree71553a98b13eb974cd7349ccf302d6c4a9f3af0b
parentf9992850a5397a092004ed561d419206cf0cfcd5
signaturelock-open Commit is signed but in an unrecognized format.

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


1 files changed, 9 insertions(+), 7 deletions(-)

test/tests.zig+9-7
......@@ -153,13 +153,15 @@ const test_targets = blk: {
153153 .link_libc = true,
154154 },
155155
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 //},
163165
164166 // https://github.com/ziglang/zig/issues/4485
165167 //TestTarget{