runtime-rs: Skip test on RISC-V architecture

Full set test on RISC-V architecture is not yet supported, skip it for
now.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He 2025-06-09 01:49:47 +00:00
parent 17b2daf0a7
commit e290587f9c

View File

@ -37,6 +37,11 @@ test:
install: install:
@echo "PowerPC 64 LE is not currently supported" @echo "PowerPC 64 LE is not currently supported"
exit 0 exit 0
else ifeq ($(ARCH), riscv64gc)
default: runtime show-header
test:
@echo "RISC-V 64 is not currently supported"
exit 0
else else
##TARGET default: build code ##TARGET default: build code
default: runtime show-header default: runtime show-header