Skip to content

Commit

Permalink
Use PIC?
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 11, 2024
1 parent 011d9d6 commit 5cc4301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
- target: powerpc64le-unknown-linux-gnu
arch: ppc64le
# see https://github.com/astral-sh/uv/issues/6528
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16 -e "RUSTFLAGS=-C relocation-model=pic"
- target: powerpc64-unknown-linux-gnu
arch: ppc64
# see https://github.com/astral-sh/uv/issues/6528
Expand Down

0 comments on commit 5cc4301

Please sign in to comment.