Skip to content

Commit

Permalink
ci: add musl ppc64le (#3537)
Browse files Browse the repository at this point in the history
## Summary

Working on followup to #3523. I expect some changes will be required to
match the glibc versions above.
  • Loading branch information
henryiii committed May 15, 2024
1 parent 85c71d6 commit f7b9ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,9 @@ jobs:
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
- target: armv7-unknown-linux-musleabihf
arch: armv7
- target: powerpc64le-unknown-linux-musl
arch: ppc64le
toolchain: nightly

steps:
- uses: actions/checkout@v4
Expand All @@ -575,6 +578,7 @@ jobs:
manylinux: musllinux_1_1
args: --release --locked --out dist --features self-update
docker-options: ${{ matrix.platform.maturin_docker_options }}
rust-toolchain: ${{ matrix.platform.toolchain || 'stable' }}
- uses: uraimo/run-on-arch-action@v2
name: Test wheel
with:
Expand Down

0 comments on commit f7b9ca9

Please sign in to comment.