Skip to content

Commit df4aa86

Browse files
committed
ci: add riscv64 native wheel build using RISE runners
Add manylinux_riscv64 to the wheel build matrix using RISE RISC-V native runners (RISCV64 label) instead of QEMU emulation. Also allow the workflow to run on the riseproject-dev fork. Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 80bcb8b commit df4aa86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build_wheels:
2828
name: Build wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
2929
# To enable this job on a fork, comment out:
30-
if: github.repository == 'numpy/numpy'
30+
if: github.repository == 'numpy/numpy' || github.repository == 'riseproject-dev/numpy'
3131
runs-on: ${{ matrix.buildplat[0] }}
3232
strategy:
3333
fail-fast: false
@@ -39,6 +39,7 @@ jobs:
3939
- [ubuntu-22.04, musllinux_x86_64, ""]
4040
- [ubuntu-22.04-arm, manylinux_aarch64, ""]
4141
- [ubuntu-22.04-arm, musllinux_aarch64, ""]
42+
- [RISCV64, manylinux_riscv64, ""]
4243
- [macos-15-intel, macosx_x86_64, openblas]
4344
- [macos-14, macosx_arm64, openblas]
4445
- [windows-2022, win_amd64, ""]

0 commit comments

Comments
 (0)