Skip to content

Commit

Permalink
CI (alpine): Add an emulated RISC-V 64-bit runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed May 23, 2024
1 parent 45a0099 commit afd99de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-arch-emu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
# For available CPU architectures, see:
# https://github.com/marketplace/actions/setup-alpine-linux-environment
arch: [x86, aarch64, armv7, ppc64le, s390x]
arch: [x86, aarch64, armv7, ppc64le, s390x, riscv64]
include:
- arch: x86
ccache-max: 80M
Expand All @@ -49,6 +49,8 @@ jobs:
ccache-max: 45M
- arch: s390x
ccache-max: 42M
- arch: riscv64
ccache-max: 42M

name: alpine (${{ matrix.arch }})

Expand Down Expand Up @@ -76,7 +78,7 @@ jobs:
mpfr-dev
lapack-dev
python3
valgrind
${{ matrix.arch != 'riscv64' && 'valgrind' || '' }}
util-linux-misc
autoconf
automake
Expand Down

0 comments on commit afd99de

Please sign in to comment.