Skip to content
Snippets Groups Projects
Commit fb3851dc authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Use ruby from yum

parent 0ee44905
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment