Skip to content

Commit 133f2bc

Browse files
committed
CI: temp fix for random segfaults with qemu
1 parent bd725f2 commit 133f2bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
uses: docker/setup-qemu-action@v3
7272
with:
7373
platforms: all
74+
# This should be temporary
75+
# xref https://github.com/docker/setup-qemu-action/issues/188
76+
# xref https://github.com/tonistiigi/binfmt/issues/215
77+
image: tonistiigi/binfmt:qemu-v8.1.5
7478

7579
- name: Build wheels
7680
uses: pypa/cibuildwheel@v2.22.0

0 commit comments

Comments
 (0)