From cb7508ffdc27edc5109d0ad5ff240222b7aa1921 Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Mon, 17 Mar 2025 17:38:59 +0800 Subject: [PATCH] ci: Enable runtime-rs component build-check on riscv64 `runtime-rs` is now buildable and testable on riscv64 platforms, enable `build-check` on `runtime-rs`. Signed-off-by: Ruoqing He --- .github/workflows/build-checks-preview-riscv64.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-checks-preview-riscv64.yaml b/.github/workflows/build-checks-preview-riscv64.yaml index 6ab72157ba..d8af099413 100644 --- a/.github/workflows/build-checks-preview-riscv64.yaml +++ b/.github/workflows/build-checks-preview-riscv64.yaml @@ -43,6 +43,10 @@ jobs: - rust - musl-tools - protobuf-compiler + - name: runtime-rs + path: src/runtime-rs + needs: + - rust steps: - name: Adjust a permission for repo