Skip to content

Commit

Permalink
Use 1.83.0-nightly toolchain for ppc64le builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 3, 2024
1 parent 6cb3bf2 commit 4c223d1
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 @@ -580,7 +580,7 @@ jobs:
arch: ppc64le
# see https://github.com/astral-sh/uv/issues/6528
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
toolchain: nightly
toolchain: nightly-2024-11-01
fail-fast: false

steps:
Expand All @@ -600,6 +600,7 @@ jobs:
args: ${{ matrix.platform.arch == 'ppc64le' && '--profile release-no-lto' || '--release'}} --locked --out dist --features self-update ${{ matrix.platform.arch == 'aarch64' && '--compatibility 2_17' || ''}}
docker-options: ${{ matrix.platform.maturin_docker_options }}
rust-toolchain: ${{ matrix.platform.toolchain || null }}
before-script-linux: "rustup target add powerpc64le-unknown-linux-musl --toolchain nightly-2024-11-01"
- uses: uraimo/run-on-arch-action@v2
name: Test wheel
with:
Expand Down

0 comments on commit 4c223d1

Please sign in to comment.