Merge pull request #160 from radarhere/cmake_xz

Revert "Workaround problems with cmake and xz on manylinux2014"
This commit is contained in:
Hugo van Kemenade 2020-09-05 17:23:45 +03:00 committed by GitHub
commit d55456d975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View File

@ -25,16 +25,6 @@ function pre_build {
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then
# Update to latest zlib for OS X build # Update to latest zlib for OS X build
build_new_zlib 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 fi
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then

@ -1 +1 @@
Subproject commit d1252d15e95712700865fe4a3e7c20f978efba03 Subproject commit c395b10e8395d43b51209760dc0853303ecfcd9e