Skip to content

Commit e47b1c2

Browse files
committed
CI: Re-enable RISE RISC-V runner
- Resolves #1056 Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent a115e22 commit e47b1c2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/base.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
name: 'aarch64'
3636
- runner: ubuntu-latest
3737
name: 'x86_64'
38-
# TODO: RISE riscv runner currently fails during apt install — re-enable once fixed.
3938
# via https://riseproject-dev.github.io/riscv-runner/
40-
# - runner: ubuntu-24.04-riscv
41-
# name: 'riscv'
39+
- runner: ubuntu-24.04-riscv
40+
name: 'riscv'
4241
- runner: macos-latest
4342
name: 'macos (aarch64)'
4443
- runner: macos-15-intel
@@ -73,10 +72,9 @@ jobs:
7372
name: 'aarch64'
7473
- runner: ubuntu-latest
7574
name: 'x86_64'
76-
# TODO: RISE riscv runner currently fails during apt install — re-enable once fixed.
7775
# via https://riseproject-dev.github.io/riscv-runner/
78-
# - runner: ubuntu-24.04-riscv
79-
# name: 'riscv'
76+
- runner: ubuntu-24.04-riscv
77+
name: 'riscv'
8078
acvp-version: [v1.1.0.40, v1.1.0.41, v1.1.0.42]
8179
exclude:
8280
- {external: true,

0 commit comments

Comments
 (0)