Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7adac9

Browse filesBrowse files
authored
fix: wheel builds failing after adding armv7l builds (#1518)
1 parent bd271f3 commit e7adac9
Copy full SHA for e7adac9

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
image: tonistiigi/binfmt:qemu-v8.1.5
209209
id: qemu
210210
- name: Prepare emulation
211+
if: ${{ matrix.qemu }}
211212
run: |
212213
if [[ -n "${{ matrix.qemu }}" ]]; then
213214
# Build emulated architectures only if QEMU is set,
@@ -232,7 +233,7 @@ jobs:
232233
uses: pypa/cibuildwheel@v2.22.0
233234
# to supply options, put them in 'env', like:
234235
env:
235-
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
236+
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
236237
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
237238
REQUIRE_CYTHON: 1
238239

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.