Revert "Disable x86-64 manylinux_2_34 wheels for now (#12144)" (#12182)

This reverts commit 6beb77d9eb.
This commit is contained in:
Alex Gaynor 2024-12-20 21:26:58 -05:00 committed by GitHub
parent 65c857d1a2
commit b3a45cfd9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,9 +71,7 @@ jobs:
MANYLINUX:
- { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest" }
- { NAME: "manylinux_2_28_x86_64", CONTAINER: "cryptography-manylinux_2_28:x86_64", RUNNER: "ubuntu-latest"}
# Disabled until there's a solution to:
# https://github.com/pypa/manylinux/issues/1725
# - { NAME: "manylinux_2_34_x86_64", CONTAINER: "cryptography-manylinux_2_34:x86_64", RUNNER: "ubuntu-latest"}
- { NAME: "manylinux_2_34_x86_64", CONTAINER: "cryptography-manylinux_2_34:x86_64", RUNNER: "ubuntu-latest"}
- { NAME: "musllinux_1_2_x86_64", CONTAINER: "cryptography-musllinux_1_2:x86_64", RUNNER: "ubuntu-latest"}
- { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: [self-hosted, Linux, ARM64] }