Skip to content

Commit 920da86

Browse files
committed
Update manylinux2010 policy with i686 symbol versions
Symbol versions for manylinux2010 were probably extracted on a x86_64 CentOS 6 using the scripts/calculate_symbol_versions.py These are only a subset of allowed symbol versions. This commit updates symbol_versions to be the union of symbol versions found on x86_64 and i686 images.
1 parent b0fde3d commit 920da86

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

auditwheel/policy/policy.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@
2929
{"name": "manylinux2010",
3030
"priority": 90,
3131
"symbol_versions": {
32-
"GLIBC": ["2.2.5", "2.2.6", "2.3", "2.3.2", "2.3.3", "2.3.4", "2.4",
33-
"2.5", "2.6", "2.7", "2.8", "2.9", "2.10", "2.11", "2.12"],
32+
"GLIBC": ["2.0", "2.1", "2.1.1", "2.1.2", "2.1.3", "2.2", "2.2.1",
33+
"2.2.2", "2.2.3", "2.2.4", "2.2.5", "2.2.6", "2.3", "2.3.2",
34+
"2.3.3", "2.3.4", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9",
35+
"2.10", "2.11", "2.12"],
3436
"CXXABI": ["1.3", "1.3.1", "1.3.2", "1.3.3"],
3537
"GLIBCXX": ["3.4", "3.4.1", "3.4.2", "3.4.3", "3.4.4", "3.4.5",
3638
"3.4.6", "3.4.7", "3.4.8", "3.4.9", "3.4.10", "3.4.11",
3739
"3.4.12", "3.4.13"],
3840
"GCC": ["3.0", "3.3", "3.3.1", "3.4", "3.4.2", "3.4.4", "4.0.0",
39-
"4.2.0", "4.3.0"]
41+
"4.2.0", "4.3.0", "4.4.0", "4.5.0"]
4042
},
4143
"lib_whitelist": [
4244
"libgcc_s.so.1",

0 commit comments

Comments
 (0)