Skip to content

Commit 50bf6e1

Browse files
committed
Fixed by @dzbarsky
1 parent ceb83e2 commit 50bf6e1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

uv/private/constraints/platform/macro.bzl

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,20 +114,6 @@ def generate_macos(visibility):
114114
def generate_manylinux(visibility):
115115
# https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#manylinux
116116

117-
## These are long obsolete manylinux wheel formats we're ignoring.
118-
## Hopefully we can just ignore that....
119-
# manylinux1_i686
120-
# manylinux1_x86_64
121-
# manylinux2010_i686
122-
# manylinux2010_x86_64
123-
# manylinux2014_aarch64
124-
# manylinux2014_armv7l
125-
# manylinux2014_i686
126-
# manylinux2014_ppc64
127-
# manylinux2014_ppc64le
128-
# manylinux2014_s390x
129-
# manylinux2014_x86_64
130-
131117
arches = [
132118
"x86_64",
133119
"i686",

0 commit comments

Comments
 (0)