mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 06:04:46 +01: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
1 changed files with 10 additions and 8 deletions
|
|
@ -918,14 +918,16 @@ const test_targets = blk: {
|
|||
.link_libc = true,
|
||||
},
|
||||
|
||||
.{
|
||||
.target = std.Target.Query.parse(.{
|
||||
.arch_os_abi = "riscv64-linux-none",
|
||||
.cpu_features = "baseline+v+zbb",
|
||||
}) catch unreachable,
|
||||
.use_llvm = false,
|
||||
.use_lld = false,
|
||||
},
|
||||
// TODO implement codegen airFieldParentPtr
|
||||
// TODO implement airMemmove for riscv64
|
||||
//.{
|
||||
// .target = std.Target.Query.parse(.{
|
||||
// .arch_os_abi = "riscv64-linux-none",
|
||||
// .cpu_features = "baseline+v+zbb",
|
||||
// }) catch unreachable,
|
||||
// .use_llvm = false,
|
||||
// .use_lld = false,
|
||||
//},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .riscv64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue