Skip to content

Commit

Permalink
feat(python): Support large page sizes on aarch64 linux builds (#5694)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed Dec 2, 2022
1 parent cd7a8db commit 509b18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
uses: messense/maturin-action@v1
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
JEMALLOC_SYS_WITH_LG_PAGE: 16
with:
rust-toolchain: nightly-2022-11-24
target: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 509b18a

Please sign in to comment.