Skip to content

Commit c019968

Browse files
committed
skip manylinux2014 linux wheel builds for now
1 parent 84dc3c0 commit c019968

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ jobs:
123123
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
124124
MANYLINUX: { NAME: "manylinux_2_28_ppc64le", CONTAINER: "cryptography-manylinux_2_28:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
125125

126+
# CFFI 2.0.0b is missing manylinux2014 wheels
127+
- PYTHON: { VERSION: "cp314-cp314t" }
128+
MANYLINUX: { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest" }
129+
- PYTHON: { VERSION: "cp314-cp314t" }
130+
MANYLINUX: { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest" }
131+
- PYTHON: { VERSION: "cp314-cp314t" }
132+
MANYLINUX: { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: "ubuntu-24.04-arm" }
133+
126134
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
127135
steps:
128136
- name: Ridiculous-er workaround for static node20

0 commit comments

Comments
 (0)