From 8abe2ae2b7977c62acd6ae8f4de496e12688f2e8 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 23 Jan 2025 12:16:14 +0000 Subject: [PATCH] [ci] attempt to fix gcc segfaults under aarch64 docker/qemu --- .github/workflows/wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 148aa7207..037f792bc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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