mirror of https://github.com/astral-sh/uv
Build s390x on stable again (#16082)
Fixed by https://github.com/rust-lang/rust/issues/141287#issuecomment-3354275747
This commit is contained in:
parent
d51a1e7456
commit
d483b02e61
|
|
@ -548,9 +548,7 @@ jobs:
|
||||||
manylinux: auto
|
manylinux: auto
|
||||||
docker-options: ${{ matrix.platform.maturin_docker_options }}
|
docker-options: ${{ matrix.platform.maturin_docker_options }}
|
||||||
args: --release --locked --out dist --features self-update
|
args: --release --locked --out dist --features self-update
|
||||||
# Until the llvm updates hit stable
|
rust-toolchain: ${{ matrix.platform.toolchain || null }}
|
||||||
# https://github.com/rust-lang/rust/issues/141287
|
|
||||||
rust-toolchain: nightly-2025-05-25
|
|
||||||
- uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1
|
- uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1
|
||||||
if: matrix.platform.arch != 'ppc64'
|
if: matrix.platform.arch != 'ppc64'
|
||||||
name: "Test wheel"
|
name: "Test wheel"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue