Skip to content

Commit db2245f

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 3191806 commit db2245f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auditwheel/policy/policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"3.4.6", "3.4.7", "3.4.8", "3.4.9", "3.4.10", "3.4.11",
3939
"3.4.12", "3.4.13"],
4040
"GCC": ["3.0", "3.3", "3.3.1", "3.4", "3.4.2", "3.4.4", "4.0.0",
41-
"4.2.0", "4.3.0"]
41+
"4.2.0", "4.3.0", "4.4.0"]
4242
},
4343
"lib_whitelist": [
4444
"libgcc_s.so.1",

0 commit comments

Comments
 (0)