Skip to content

Add RISC-V 64 CI workflow#10

Merged
gpBlockchain merged 2 commits intogp/rv64imfrom
copilot/sub-pr-5-one-more-time
Mar 4, 2026
Merged

Add RISC-V 64 CI workflow#10
gpBlockchain merged 2 commits intogp/rv64imfrom
copilot/sub-pr-5-one-more-time

Conversation

Copy link

Copilot AI commented Mar 4, 2026

Adds a GitHub Actions workflow that builds and runs the project targeting riscv64gc-unknown-linux-gnu via QEMU on ubuntu-24.04.

Changes

  • .github/workflows/riscv64.yml — new workflow that:
    • Installs Rust 1.92.0, gcc-riscv64-linux-gnu, qemu-user-static, and the riscv64gc-unknown-linux-gnu target
    • Caches Cargo registry/git/target keyed on Cargo.lock
    • Runs cargo run --release --target riscv64gc-unknown-linux-gnu with cross-compilation linker and QEMU runner env vars set
    • Scopes GITHUB_TOKEN to contents: read

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: gpBlockchain <32102187+gpBlockchain@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI workflow failures for gp/rv64im Add RISC-V 64 CI workflow Mar 4, 2026
@gpBlockchain gpBlockchain marked this pull request as ready for review March 4, 2026 02:42
@gpBlockchain gpBlockchain merged commit 05467fc into gp/rv64im Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants