Skip to content

Commit 5f1cd3b

Browse files
authored
[PR #10400/9b33be3 backport][3.11] Add workaround for segfaults during wheel builds (#10401)
(cherry picked from commit 9b33be3)
1 parent b53c5f9 commit 5f1cd3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
path: dist
343343

344344
build-wheels:
345-
name: Build wheels on ${{ matrix.os }} ${{ matrix.qemu }}
345+
name: Build wheels on ${{ matrix.os }} ${{ matrix.qemu }} ${{ matrix.musl }}
346346
runs-on: ${{ matrix.os }}-latest
347347
needs: pre-deploy
348348
strategy:
@@ -378,6 +378,10 @@ jobs:
378378
uses: docker/setup-qemu-action@v3
379379
with:
380380
platforms: all
381+
# This should be temporary
382+
# xref https://github.com/docker/setup-qemu-action/issues/188
383+
# xref https://github.com/tonistiigi/binfmt/issues/215
384+
image: tonistiigi/binfmt:qemu-v8.1.5
381385
id: qemu
382386
- name: Prepare emulation
383387
run: |

0 commit comments

Comments
 (0)