Skip to content

Commit

Permalink
Set PowerPC Page Size to 64KB (#10080)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Feb 23, 2024
1 parent 946028e commit 8c20f14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,12 @@ jobs:
arch: s390x
- target: powerpc64le-unknown-linux-gnu
arch: ppc64le
# see https://github.com/astral-sh/ruff/issues/10073
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
- target: powerpc64-unknown-linux-gnu
arch: ppc64
# see https://github.com/astral-sh/ruff/issues/10073
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8c20f14

Please sign in to comment.