Skip to content

Commit 5506f46

Browse files
committed
CI: Disable RISE RISC-V runner (apt install failing)
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 37349b1 commit 5506f46

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/base.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ 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.
3839
# via https://riseproject-dev.github.io/riscv-runner/
39-
- runner: ubuntu-24.04-riscv
40-
name: 'riscv'
40+
# - runner: ubuntu-24.04-riscv
41+
# name: 'riscv'
4142
- runner: macos-latest
4243
name: 'macos (aarch64)'
4344
- runner: macos-15-intel
@@ -72,9 +73,10 @@ jobs:
7273
name: 'aarch64'
7374
- runner: ubuntu-latest
7475
name: 'x86_64'
76+
# TODO: RISE riscv runner currently fails during apt install — re-enable once fixed.
7577
# via https://riseproject-dev.github.io/riscv-runner/
76-
- runner: ubuntu-24.04-riscv
77-
name: 'riscv'
78+
# - runner: ubuntu-24.04-riscv
79+
# name: 'riscv'
7880
acvp-version: [v1.1.0.39, v1.1.0.40, v1.1.0.41]
7981
exclude:
8082
- {external: true,

0 commit comments

Comments
 (0)