diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 4b2ac598b..9983e890f 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -555,7 +555,6 @@ jobs: args: --release --locked --out dist --features self-update --compatibility pypi rust-toolchain: ${{ matrix.platform.toolchain || null }} - uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1 - if: matrix.platform.arch != 'ppc64' name: "Test wheel" with: arch: ${{ matrix.platform.arch }} @@ -609,7 +608,6 @@ jobs: docker-options: ${{ matrix.platform.maturin_docker_options }} args: --profile minimal-size --locked --out crates/uv-build/dist -m crates/uv-build/Cargo.toml --compatibility pypi - uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1 - if: matrix.platform.arch != 'ppc64' name: "Test wheel uv-build" with: arch: ${{ matrix.platform.arch }} @@ -643,10 +641,6 @@ jobs: arch: ppc64le # see https://github.com/astral-sh/uv/issues/6528 maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16 - - target: powerpc64-unknown-linux-gnu - arch: ppc64 - # see https://github.com/astral-sh/uv/issues/6528 - maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -677,7 +671,6 @@ jobs: fi # TODO(charlie): Re-enable testing for PPC wheels. # - uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1 - # if: matrix.platform.arch != 'ppc64' # name: "Test wheel" # with: # arch: ${{ matrix.platform.arch }} diff --git a/docs/reference/policies/platforms.md b/docs/reference/policies/platforms.md index 3e9ad0e04..00b55c5d8 100644 --- a/docs/reference/policies/platforms.md +++ b/docs/reference/policies/platforms.md @@ -15,7 +15,6 @@ uv has Tier 2 support (["guaranteed to build"](https://doc.rust-lang.org/beta/rustc/platform-support.html)) for the following platforms: -- Linux (PPC64) - Linux (PPC64LE) - Linux (RISC-V64) - Linux (aarch64)