Skip to content

Commit 8c20f14

Browse files
authored
Set PowerPC Page Size to 64KB (#10080)
1 parent 946028e commit 8c20f14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,12 @@ jobs:
251251
arch: s390x
252252
- target: powerpc64le-unknown-linux-gnu
253253
arch: ppc64le
254+
# see https://github.com/astral-sh/ruff/issues/10073
255+
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
254256
- target: powerpc64-unknown-linux-gnu
255257
arch: ppc64
258+
# see https://github.com/astral-sh/ruff/issues/10073
259+
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
256260

257261
steps:
258262
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)