ci: add musl ppc64le (#3537)

## Summary

Working on followup to #3523. I expect some changes will be required to
match the glibc versions above.
This commit is contained in:
Henry Schreiner 2024-05-14 23:39:37 -04:00 committed by GitHub
parent 85c71d6987
commit f7b9ca9533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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
@ -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: