We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9182994 commit e161e27Copy full SHA for e161e27
1 file changed
BUILD
@@ -13,6 +13,8 @@ filegroup(
13
visibility = ["//visibility:public"],
14
)
15
16
+MANYLINUX_VERSION="manylinux_2_17_x86_64.manylinux2014_x86_64"
17
+
18
py_wheel(
19
name="tesseract_decoder_wheel",
20
distribution = "tesseract_decoder",
@@ -29,7 +31,7 @@ py_wheel(
29
31
":macos_arm": "macosx_11_0_arm64",
30
32
":macos_x86": "macosx_10_13_x86_64",
33
"@platforms//os:windows": "win32",
- "@platforms//os:linux": "manylinux_$(GLIBC_VERSION)_x86_64.manylinux2014_x86_64",
34
+ "@platforms//os:linux": MANYLINUX_VERSION,
35
}),
36
strip_path_prefixes = ["src"],
37
description_file=":package_description",
0 commit comments