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
signature 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: {...@@ -153,13 +153,15 @@ const test_targets = blk: {
153 .link_libc = true,153 .link_libc = true,
154 },154 },
155155
156 TestTarget{156 // TODO disabled only because the CI server has such an old qemu that
157 .target = .{157 // qemu-riscv64 isn't available :(
158 .cpu_arch = .riscv64,158 //TestTarget{
159 .os_tag = .linux,159 // .target = .{
160 .abi = .none,160 // .cpu_arch = .riscv64,
161 },161 // .os_tag = .linux,
162 },162 // .abi = .none,
163 // },
164 //},
163165
164 // https://github.com/ziglang/zig/issues/4485166 // https://github.com/ziglang/zig/issues/4485
165 //TestTarget{167 //TestTarget{