Skip to content
Snippets Groups Projects
Commit c40ee88a authored by Steven Murray's avatar Steven Murray
Browse files

bootstrapCTA.sh now enables cernonly repo for oracle-instantclient

parent 2ea1735e
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,6 @@
set -x
echo Getting CTA sources...
( cd ~ ; git clone https://:@gitlab.cern.ch:8443/cta/CTA.git)
echo Creating source rpm
mkdir -p ~/CTA-build-srpm
(cd ~/CTA-build-srpm && cmake -DPackageOnly:Bool=true ../CTA; make cta_srpm)
......@@ -16,6 +13,10 @@ sudo yum-config-manager --add-repo=/vmBootstrap/cta-ci-xroot.repo
sudo yum-config-manager --add-repo=/vmBootstrap/castor.repo
sudo yum install -y yum-plugin-priorities
echo Enabling CERN Only repo for oracle-instantclient
sudo yum-config-manager --enable cernonly
sudo yum-config-manager --enable cernonly-debug
echo Installing build dependencies
sudo yum-builddep -y ~/CTA-build-srpm/RPM/SRPMS/cta-0-0.src.rpm --enablerepo=cernonly --nogpgcheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment