Merge pull request #11391 from RuoqingHe/disable-runtime-rs-test-on-riscv

runtime-rs: Skip test on RISC-V architecture
This commit is contained in:
RuoqingHe
2025-06-10 17:28:12 +08:00
committed by GitHub

View File

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