Skip to content

Commit

Permalink
Try to install 'xz' in wheel builds, if available, since it's now nee…
Browse files Browse the repository at this point in the history
…ded to extract the libxml2/libxslt archives.
  • Loading branch information
scoder committed May 31, 2022
1 parent 897ebfa commit b224e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/manylinux/build-wheels.sh
Expand Up @@ -39,6 +39,7 @@ run_tests() {

prepare_system() {
#yum install -y zlib-devel
yum -y install xz || true
#rm -fr /opt/python/cp34-*
echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')"
${CC:-gcc} --version
Expand Down

0 comments on commit b224e0f

Please sign in to comment.