Skip to content

Commit 9d7f7d8

Browse files
committed
CI: Disable RISE riscv runner (apt install failing)
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent fd3457a commit 9d7f7d8

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
@@ -34,9 +34,10 @@ jobs:
3434
name: 'aarch64'
3535
- runner: ubuntu-latest
3636
name: 'x86_64'
37+
# TODO: RISE riscv runner currently fails during apt install — re-enable once fixed.
3738
# via https://riseproject-dev.github.io/riscv-runner/
38-
- runner: ubuntu-24.04-riscv
39-
name: 'riscv'
39+
# - runner: ubuntu-24.04-riscv
40+
# name: 'riscv'
4041
- runner: macos-latest
4142
name: 'macos (aarch64)'
4243
- runner: macos-15-intel
@@ -71,9 +72,10 @@ jobs:
7172
name: 'aarch64'
7273
- runner: ubuntu-latest
7374
name: 'x86_64'
75+
# TODO: RISE riscv runner currently fails during apt install — re-enable once fixed.
7476
# via https://riseproject-dev.github.io/riscv-runner/
75-
- runner: ubuntu-24.04-riscv
76-
name: 'riscv'
77+
# - runner: ubuntu-24.04-riscv
78+
# name: 'riscv'
7779
acvp-version: [v1.1.0.39, v1.1.0.40, v1.1.0.41]
7880
exclude:
7981
- {external: true,

0 commit comments

Comments
 (0)