This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 2dfb088deb [CI] Fix the failed QEMU issue for buildwheel CI (#1773)
2dfb088deb is described below

commit 2dfb088deba3d47d45604cb969b1f4a84d2c0958
Author: Jia Yu <[email protected]>
AuthorDate: Fri Jan 24 10:44:50 2025 -0800

    [CI] Fix the failed QEMU issue for buildwheel CI (#1773)
---
 .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]

Reply via email to