From 90160408956ab102c945d21df94edeacfdf5f9d2 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Sun, 5 Nov 2023 17:55:21 -0800 Subject: [PATCH] ci(python): add aarch64 python release fix (#1808) # Description Yet again, one of the linux release builds broke. # Related Issue(s) # Documentation --- .github/workflows/python_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 6793d129a0..64a57ae7c5 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -114,6 +114,10 @@ jobs: target: aarch64-unknown-linux-gnu command: publish args: --skip-existing -m python/Cargo.toml --no-sdist ${{ env.FEATURES_FLAG }} + before-script-linux: | + # We can remove this once we upgrade to 2_28. + # https://github.com/briansmith/ring/issues/1728 + export CFLAGS_aarch64_unknown_linux_gnu="-D__ARM_ARCH=8" release-docs: needs: