ci: Temporarily remove riscv32 config from GHA matrix
What changed, and why it matters
This commit simply removes one failing test configuration (RISC-V 32-bit bare metal) from the project's GitHub Actions CI matrix because it was failing. It is a routine CI maintenance change with no security implications.
No security action needed. Monitor issue #35853 if tracking CI coverage restoration is relevant.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit deletes the ‘riscv32 bare metal, static libbitcoin_consensus’ job entry from .github/workflows/ci.yml. The change is framed as temporary, pending resolution of issue #35853. No source code, build scripts, consensus logic, cryptography, or runtime behavior is modified.
Changed components
.github/workflows/ci.ymlInspect captured patch +0 / −6
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bce9c603..3c4b6a06 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
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.