From 702da87d3fd403ef2f39e6703857ed6436a6318b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 5 Sep 2020 19:49:39 +1000 Subject: [PATCH] Revert "Workaround problems with cmake and xz on manylinux2014" This reverts commit 639793e150a6c5f1968f32271660a7c8326ccb20. --- config.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.sh b/config.sh index 59cb8637b..17e64542b 100644 --- a/config.sh +++ b/config.sh @@ -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