Drop PPC64 (big endian) builds (#17626)

PPC64 (big endian) seems dead, and it's only supported on one exact
manylinux version (https://github.com/pypa/auditwheel/issues/669), so we
should drop it.

This change does not affect PPC64LE (little endian).
This commit is contained in:
konsti
2026-01-26 15:43:19 +01:00
committed by Zanie Blue
parent ca58969365
commit 2d22e3fe94
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -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)