Skip to content

Commit 2ea0090

Browse files
Restore building of riscv64 Linux wheels.
1 parent e51cd3c commit 2ea0090

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/build-test-release.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -250,18 +250,14 @@ jobs:
250250
strategy:
251251
matrix:
252252
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-latest]
253-
# arch: [auto]
254-
# include:
255-
# - os: ubuntu-latest
256-
# arch: aarch64
257-
# - os: macos-latest
258-
# arch: universal2
259-
# - os: ubuntu-latest
260-
# arch: riscv64
253+
arch: [auto]
254+
include:
255+
- os: ubuntu-latest
256+
arch: riscv64
261257
steps:
262258
- uses: actions/checkout@v5
263259
- name: Set up QEMU
264-
if: ${{ matrix.arch == 'aarch64' || matrix.arch == 'riscv64' }}
260+
if: ${{ matrix.arch == 'riscv64' }}
265261
uses: docker/setup-qemu-action@v3
266262
- name: Build wheels
267263
uses: pypa/cibuildwheel@v3.3.0

docs/changes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Version 2.2.0
88

99
**Bugs Fixed**
1010

11+
* Building of Python wheels for riscv64 Linux platform had been accidentally
12+
removed from the build configuration. This has now been added back in.
13+
1114
Version 2.1.1
1215
-------------
1316

0 commit comments

Comments
 (0)