Revert "Workaround problems with cmake and xz on manylinux2014"

This reverts commit 639793e150.
This commit is contained in:
Andrew Murray 2020-09-05 19:49:39 +10:00
parent a6d0942cc5
commit 702da87d3f

View File

@ -25,16 +25,6 @@ function pre_build {
if [ -n "$IS_OSX" ]; then
# Update to latest zlib for OS X build
build_new_zlib
elif [ $MB_ML_VER -eq 2014 ]; then
yum install -y cmake
function get_cmake {
echo cmake
}
function build_xz {
yum install -y xz-devel
}
fi
if [ -n "$IS_OSX" ]; then