Skip to content

Commit 70c1620

Browse files
wtdcodeAntelox
authored andcommitted
Enable i686 for debugging
1 parent b978b09 commit 70c1620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-wheels-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
include:
2626
# NOTE: aarch64 builds are super slow due to QEMU emulation. Making this to parallelize and speed up workflow
2727
# TODO: Check wheels for i686. Segfault error during pytest execution...
28-
# - { os: ubuntu-latest, arch: i686 }
28+
- { os: ubuntu-latest, arch: i686, cibw_build: 'cp38-manylinux' }
29+
- { os: ubuntu-latest, arch: i686, cibw_build: 'cp38-musllinux' }
2930
# x86_64 - manylinux
3031
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp38-manylinux' }
3132
# x86_64 - musllinux

0 commit comments

Comments
 (0)