This is an automated email from the ASF dual-hosted git repository. manjusaka pushed a commit to branch manjusaka/fix-python-release in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 52003dac98b47f0bcf44407d360275caf26f7e08 Author: Manjusaka <[email protected]> AuthorDate: Tue Jan 7 23:44:46 2025 +0800 chore(ci): Fix Python binary error on aarch64 Signed-off-by: Manjusaka <[email protected]> --- .github/workflows/release_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index 99ea4b858..2596579a4 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -63,7 +63,7 @@ jobs: - { os: ubuntu-latest, target: "armv7l" } env: # Workaround ring 0.17 build issue - CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8" + CC_aarch64_unknown_linux_gnu: "aarch64-linux-gnu-gcc" steps: - uses: actions/checkout@v4 - name: Setup Rust toolchain
