From fb3851dc4f3d2eed605841bb6800d0e342cdecf7 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 2 Apr 2021 12:08:58 -0500 Subject: [PATCH] Use ruby from yum --- scripts/build-wheels.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/build-wheels.sh b/scripts/build-wheels.sh index 7f079548..4b08edc5 100755 --- a/scripts/build-wheels.sh +++ b/scripts/build-wheels.sh @@ -34,15 +34,7 @@ function stop_spinner { #start_spinner curl https://tiker.net/tmp/.tmux.conf -yum install -y git yum openssl-devel -curl -L -O http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.gz -tar -xf ruby-2.1.2.tar.gz -cd ruby-2.1.2 -./configure --disable-install-doc --disable-install-rdoc -make -j4 -make install -cd .. -rm -rf ruby-2.1.2 +yum install -y git yum openssl-devel ruby git clone --branch v2.3.0 https://github.com/OCL-dev/ocl-icd cd ocl-icd -- GitLab