[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
|
submodules: true
|
||||||
- uses: docker/setup-qemu-action@v3.3.0
|
- uses: docker/setup-qemu-action@v3.3.0
|
||||||
with:
|
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
|
platforms: all
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install cibuildwheel
|
run: pip install cibuildwheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user