mirror of https://github.com/astral-sh/uv
Build s390x on nightly (#13665)
Build s390x on nightly due to llvm performance regressions see https://github.com/rust-lang/rust/issues/141287. To be undone when the llvm fixes land on stable. This should fix the timeouts in https://github.com/astral-sh/uv/actions/runs/15259826631/job/42915439608?pr=13576
This commit is contained in:
parent
7bba3d00d4
commit
a7ae768118
|
|
@ -513,6 +513,9 @@ jobs:
|
|||
manylinux: auto
|
||||
docker-options: ${{ matrix.platform.maturin_docker_options }}
|
||||
args: --release --locked --out dist --features self-update
|
||||
# Until the llvm updates hit stable
|
||||
# https://github.com/rust-lang/rust/issues/141287
|
||||
rust-toolchain: nightly-2025-05-25
|
||||
- uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1
|
||||
if: matrix.platform.arch != 'ppc64'
|
||||
name: "Test wheel"
|
||||
|
|
|
|||
Loading…
Reference in New Issue