mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 17:53:07 +00:00
disable RISC-V CI testing due to LLVM's O(N^2) codegen
tracked by #18872
This commit is contained in:
parent
d080622cc3
commit
dddddcffd0
@ -412,22 +412,28 @@ const test_targets = blk: {
|
|||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
.{
|
// Disabled until LLVM fixes their O(N^2) codegen.
|
||||||
.target = .{
|
// https://github.com/ziglang/zig/issues/18872
|
||||||
.cpu_arch = .riscv64,
|
//.{
|
||||||
.os_tag = .linux,
|
// .target = .{
|
||||||
.abi = .none,
|
// .cpu_arch = .riscv64,
|
||||||
},
|
// .os_tag = .linux,
|
||||||
},
|
// .abi = .none,
|
||||||
|
// },
|
||||||
|
// .use_llvm = true,
|
||||||
|
//},
|
||||||
|
|
||||||
.{
|
// Disabled until LLVM fixes their O(N^2) codegen.
|
||||||
.target = .{
|
// https://github.com/ziglang/zig/issues/18872
|
||||||
.cpu_arch = .riscv64,
|
//.{
|
||||||
.os_tag = .linux,
|
// .target = .{
|
||||||
.abi = .musl,
|
// .cpu_arch = .riscv64,
|
||||||
},
|
// .os_tag = .linux,
|
||||||
.link_libc = true,
|
// .abi = .musl,
|
||||||
},
|
// },
|
||||||
|
// .link_libc = true,
|
||||||
|
// .use_llvm = true,
|
||||||
|
//},
|
||||||
|
|
||||||
// https://github.com/ziglang/zig/issues/3340
|
// https://github.com/ziglang/zig/issues/3340
|
||||||
//.{
|
//.{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user