Commit 380c276deb

Andrew Kelley <andrew@ziglang.org>
2020-03-22 22:25:46
ci: disable qemu-riscv64 tests due to qemu being too old
1 parent f999285
Changed files (1)
test/tests.zig
@@ -153,13 +153,15 @@ const test_targets = blk: {
             .link_libc = true,
         },
 
-        TestTarget{
-            .target = .{
-                .cpu_arch = .riscv64,
-                .os_tag = .linux,
-                .abi = .none,
-            },
-        },
+        // 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,
+        //    },
+        //},
 
         // https://github.com/ziglang/zig/issues/4485
         //TestTarget{