From b9570c96b13b649658d8025ea1bae6d7174583a8 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Fri, 24 Jan 2025 10:28:25 -0800 Subject: [PATCH] Try to workaround this issue --- .github/workflows/python-wheel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-wheel.yml b/.github/workflows/python-wheel.yml index eaea87d611..2297f39b08 100644 --- a/.github/workflows/python-wheel.yml +++ b/.github/workflows/python-wheel.yml @@ -54,6 +54,9 @@ jobs: if: runner.os == 'Linux' uses: docker/setup-qemu-action@v3 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: Build wheels uses: pypa/cibuildwheel@v2.22.0