Skip to content

Commit bf2de38

Browse files
committed
ci: skip tests for riscv64 QEMU build
The test_redos test has a 1-second timeout that fails under QEMU emulation where riscv64 regex operations are significantly slower than on native hardware. Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 43ac97c commit bf2de38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
CIBW_BUILD: ${{ matrix.build }}
144144
CIBW_ENABLE: cpython-prerelease pypy
145145
CIBW_MANYLINUX_RISCV64_IMAGE: ${{ matrix.manylinux }}
146+
CIBW_TEST_SKIP: ${{ matrix.cibw_arch == 'riscv64' && '*-linux_riscv64' || '' }}
146147
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
147148

148149
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

0 commit comments

Comments
 (0)