authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-07-08 08:28:20-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-07-08 08:28:20-07:00
logdb021c4fd1cffc1949a6afcb43bc570aeab0a496
tree7480718025d3b475b02d9962834b385a637e43a4
parent5955ba4f53d2bf90093417f6eb4967cec1eeb3e5

CI: disable self-hosted riscv64

it's missing some critical features like `@fieldParentPtr` and `@memmove`

1 files changed, 10 insertions(+), 8 deletions(-)

test/tests.zig+10-8
...@@ -918,14 +918,16 @@ const test_targets = blk: {...@@ -918,14 +918,16 @@ const test_targets = blk: {
918 .link_libc = true,918 .link_libc = true,
919 },919 },
920920
921 .{921 // TODO implement codegen airFieldParentPtr
922 .target = std.Target.Query.parse(.{922 // TODO implement airMemmove for riscv64
923 .arch_os_abi = "riscv64-linux-none",923 //.{
924 .cpu_features = "baseline+v+zbb",924 // .target = std.Target.Query.parse(.{
925 }) catch unreachable,925 // .arch_os_abi = "riscv64-linux-none",
926 .use_llvm = false,926 // .cpu_features = "baseline+v+zbb",
927 .use_lld = false,927 // }) catch unreachable,
928 },928 // .use_llvm = false,
929 // .use_lld = false,
930 //},
929 .{931 .{
930 .target = .{932 .target = .{
931 .cpu_arch = .riscv64,933 .cpu_arch = .riscv64,