authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-04-19 20:24:57-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-04-19 20:24:57-07:00
logdddddcffd0a3cbfab670ab91226e60e8a5a65c67
treebabcf0bbd9210a0c4591449bb148615f4779d78f
parentd080622cc3f5db1ae3cd628c21c1ffaeb2b899d5

disable RISC-V CI testing due to LLVM's O(N^2) codegen

tracked by #18872

1 files changed, 21 insertions(+), 15 deletions(-)

test/tests.zig+21-15
...@@ -412,22 +412,28 @@ const test_targets = blk: {...@@ -412,22 +412,28 @@ const test_targets = blk: {
412 .link_libc = true,412 .link_libc = true,
413 },413 },
414414
415 .{415 // Disabled until LLVM fixes their O(N^2) codegen.
416 .target = .{416 // https://github.com/ziglang/zig/issues/18872
417 .cpu_arch = .riscv64,417 //.{
418 .os_tag = .linux,418 // .target = .{
419 .abi = .none,419 // .cpu_arch = .riscv64,
420 },420 // .os_tag = .linux,
421 },421 // .abi = .none,
422 // },
423 // .use_llvm = true,
424 //},
422425
423 .{426 // Disabled until LLVM fixes their O(N^2) codegen.
424 .target = .{427 // https://github.com/ziglang/zig/issues/18872
425 .cpu_arch = .riscv64,428 //.{
426 .os_tag = .linux,429 // .target = .{
427 .abi = .musl,430 // .cpu_arch = .riscv64,
428 },431 // .os_tag = .linux,
429 .link_libc = true,432 // .abi = .musl,
430 },433 // },
434 // .link_libc = true,
435 // .use_llvm = true,
436 //},
431437
432 // https://github.com/ziglang/zig/issues/3340438 // https://github.com/ziglang/zig/issues/3340
433 //.{439 //.{