Skip to content

Commit

Permalink
WIP: Debug powerpc64le builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 11, 2024
1 parent 5894161 commit 6f8f133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ jobs:
arch: ppc64le
# see https://github.com/astral-sh/uv/issues/6528
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
maturin_args: -Crelocation-model=pic -Clink-args=-Wl,-z,notext
- target: powerpc64-unknown-linux-gnu
arch: ppc64
# see https://github.com/astral-sh/uv/issues/6528
Expand All @@ -452,7 +453,7 @@ jobs:
target: ${{ matrix.platform.target }}
manylinux: auto
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --locked --out dist --features self-update
args: --release --locked --out dist --features self-update -- ${{ matrix.platform.maturin_args }}
before-script-linux: |
if command -v yum &> /dev/null; then
yum update -y
Expand Down

0 comments on commit 6f8f133

Please sign in to comment.