From b36730a3efc85c4acdb93f06910e37151b8f2cf9 Mon Sep 17 00:00:00 2001 From: TheCharlatan Date: Thu, 4 Sep 2025 15:41:17 +0200 Subject: [PATCH] Add CI job for riscv bare metal --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf8da3b0761..1123b4aadf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -523,6 +523,12 @@ jobs: timeout-minutes: 120 file-env: './ci/test/00_setup_env_native_msan.sh' + - name: 'riscv32 bare metal, static libbitcoin_consensus' + warp-runner: 'warp-ubuntu-latest-x64-16x' + fallback-runner: 'ubuntu-latest' + timeout-minutes: 120 + file-env: './ci/test/00_setup_env_riscv_bare_cross.sh' + steps: - *ANNOTATION_PR_NUMBER