From fa06ea42448d94c6e7ed9fad1adedb439ff6f78d Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 4 Aug 2026 07:45:41 +0200 Subject: [PATCH] ci: Temporarily remove riscv32 config from GHA matrix It fails due to https://github.com/bitcoin/bitcoin/issues/35853. It can be added back when the issue is addressed. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bce9c6038b3..3c4b6a06a58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -535,12 +535,6 @@ 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-8x' - fallback-runner: 'ubuntu-latest' - timeout-minutes: 120 - file-env: './ci/test/00_setup_env_riscv_bare_cross.sh' - steps: - *ANNOTATION_PR_NUMBER