mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
CI: disable self-hosted riscv64
it's missing some critical features like `@fieldParentPtr` and `@memmove`
This commit is contained in:
parent
5955ba4f53
commit
db021c4fd1
@ -918,14 +918,16 @@ const test_targets = blk: {
|
|||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
.{
|
// TODO implement codegen airFieldParentPtr
|
||||||
.target = std.Target.Query.parse(.{
|
// TODO implement airMemmove for riscv64
|
||||||
.arch_os_abi = "riscv64-linux-none",
|
//.{
|
||||||
.cpu_features = "baseline+v+zbb",
|
// .target = std.Target.Query.parse(.{
|
||||||
}) catch unreachable,
|
// .arch_os_abi = "riscv64-linux-none",
|
||||||
.use_llvm = false,
|
// .cpu_features = "baseline+v+zbb",
|
||||||
.use_lld = false,
|
// }) catch unreachable,
|
||||||
},
|
// .use_llvm = false,
|
||||||
|
// .use_lld = false,
|
||||||
|
//},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .riscv64,
|
.cpu_arch = .riscv64,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user