This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch CI_QEMU in repository https://gitbox.apache.org/repos/asf/sedona.git
commit b9570c96b13b649658d8025ea1bae6d7174583a8 Author: Jia Yu <[email protected]> AuthorDate: Fri Jan 24 10:28:25 2025 -0800 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/[email protected]
