Skip to content
Snippets Groups Projects
Commit f8321d1b authored by Daniel Juarez's avatar Daniel Juarez :speech_balloon:
Browse files

We obviously need the oracle-release pkg, use test rpm for now

parent 4567b973
No related branches found
No related tags found
1 merge request!2v19.9
Pipeline #2080140 failed
......@@ -19,5 +19,7 @@ include: 'https://gitlab.cern.ch/linuxsupport/rpmci/raw/master/rpm-ci.yml'
.test_install:
before_script:
- if [ `rpm --eval %{dist}` == ".el8" ]; then yum-config-manager --add-repo "http://linuxsoft.cern.ch/internal/repos/dbclients8-stable/x86_64/os/"; fi
#- if [ `rpm --eval %{dist}` == ".el8" ]; then yum install -y oracle-release; fi
- if [ `rpm --eval %{dist}` == ".el8" ]; then yum install -y https://koji.cern.ch/kojifiles/packages/oracle-release/1.2/1.el8.cern/noarch/oracle-release-1.2-1.el8.cern.noarch.rpm; fi
# test installing all binary meta packages except basiclite and compat, as these conflicts with 'basic' and 'devel'
- if [ `rpm --eval %{dist}` == ".el8" ]; then yum install -y --nogpgcheck `ls koji/*oracle-instantclient*x86_64.rpm |egrep -v 'basiclite|compat'`; else yum install -y --enablerepo=cernonly,cernonly-testing `ls koji/*oracle-instantclient*x86_64.rpm |egrep -v 'basiclite|compat'`; fi
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