Skip to content

Commit

Permalink
go back up to 2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Aug 7, 2024
1 parent 344e801 commit 6d3e9a3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build-python-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:

- target: aarch64-unknown-linux-gnu
runs_on: ubuntu-latest
env:
# Workaround ring 0.17 build issue
# see https://github.com/briansmith/ring/issues/1728#issuecomment-1758180655
# see https://github.com/astral-sh/uv/pull/3444
CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"
# Can't go down to 2_17/2014, there are build issues that come up. It's a full day to fix.
manylinux: 2_28
# I'm not sure if this actually works; I can't 'pip install ...' on the built wheel
# see https://github.com/astral-sh/uv/issues/3439#issuecomment-2110448346
# env:
# # Workaround ring 0.17 build issue
# # see https://github.com/briansmith/ring/issues/1728
# CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"

- target: x86_64-unknown-linux-musl
runs_on: ubuntu-latest
Expand Down

0 comments on commit 6d3e9a3

Please sign in to comment.