mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:24 +00:00
Set PowerPC Page Size to 64KB (#10080)
This commit is contained in:
parent
946028e358
commit
8c20f14e62
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -251,8 +251,12 @@ jobs:
|
||||||
arch: s390x
|
arch: s390x
|
||||||
- target: powerpc64le-unknown-linux-gnu
|
- target: powerpc64le-unknown-linux-gnu
|
||||||
arch: ppc64le
|
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
|
- target: powerpc64-unknown-linux-gnu
|
||||||
arch: ppc64
|
arch: ppc64
|
||||||
|
# see https://github.com/astral-sh/ruff/issues/10073
|
||||||
|
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue