From 26ffe1223b38256fa8e225115d319e79eac030eb Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Thu, 2 Apr 2026 02:17:05 +0000 Subject: [PATCH] runtime-rs: Allow install on riscv64 platform runtime-rs works with QEMU on RISC-V platforms, let's enable installation on RISC-V. Signed-off-by: Ruoqing He --- src/runtime-rs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-rs/Makefile b/src/runtime-rs/Makefile index 121a89a23f..dfd266515e 100644 --- a/src/runtime-rs/Makefile +++ b/src/runtime-rs/Makefile @@ -43,6 +43,7 @@ default: runtime show-header test: @echo "RISC-V 64 is not currently supported" exit 0 +install: install-runtime install-configs else ##TARGET default: build code default: runtime show-header