[ci] attempt to fix gcc segfaults under aarch64 docker/qemu
This commit is contained in:
parent
00b7bb958f
commit
8abe2ae2b7
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
@ -92,6 +92,9 @@ jobs:
|
||||
submodules: true
|
||||
- uses: docker/setup-qemu-action@v3.3.0
|
||||
with:
|
||||
# temporarily pin to qemu@v8 to workaround non-determininstic gcc segfaults
|
||||
# https://github.com/docker/setup-qemu-action/issues/188
|
||||
image: tonistiigi/binfmt:qemu-v8.1.5
|
||||
platforms: all
|
||||
- name: Install dependencies
|
||||
run: pip install cibuildwheel
|
||||
|
Loading…
x
Reference in New Issue
Block a user