Skip to content

Commit e2bc4ad

Browse files
mkannwischerhanno-becker
authored andcommitted
CI: Add RISC-V runners to base CI (via RISE project)
The RISE project now provides free RISC-V Github runners, see https://riseproject-dev.github.io/riscv-runner/ This commit adds them to the Quickcheck and Quickcheck ACVP jobs of the base CI. The C90 and scan-build jobs are intentionally not enabled on RISC-V as they are slow. We can't run the extended CI on RISC-V as those require nix which does not yet support RISC-V. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent af81b88 commit e2bc4ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/base.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
name: 'aarch64'
3535
- runner: ubuntu-latest
3636
name: 'x86_64'
37+
# via https://riseproject-dev.github.io/riscv-runner/
38+
- runner: ubuntu-24.04-riscv
39+
name: 'riscv'
3740
- runner: macos-latest
3841
name: 'macos (aarch64)'
3942
- runner: macos-15-intel
@@ -68,6 +71,9 @@ jobs:
6871
name: 'aarch64'
6972
- runner: ubuntu-latest
7073
name: 'x86_64'
74+
# via https://riseproject-dev.github.io/riscv-runner/
75+
- runner: ubuntu-24.04-riscv
76+
name: 'riscv'
7177
acvp-version: [v1.1.0.39, v1.1.0.40, v1.1.0.41]
7278
exclude:
7379
- {external: true,

0 commit comments

Comments
 (0)