Skip to content

Commit

Permalink
ci: try just ppc, nightly toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed May 14, 2024
1 parent 64a02a4 commit b5cac07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ jobs:
arch: armv7
- target: powerpc64le-unknown-linux-musl
arch: ppc64le
- target: s390x-unknown-linux-musl
arch: s390x
toolchain: nightly


steps:
- uses: actions/checkout@v4
Expand All @@ -582,6 +582,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 b5cac07

Please sign in to comment.