Skip to content
Snippets Groups Projects
Commit 1a0cffc1 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

CI: update compiler versions to cope with LCG_95

parent be8f7767
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
# determine os release # determine os release
if [ "$(cat /etc/redhat-release | grep 'Scientific Linux CERN SLC release 6')" ]; then if [ "$(cat /etc/redhat-release | grep 'Scientific Linux CERN SLC release 6')" ]; then
os=slc6 os=slc6
compiler=gcc92-opt compiler=gcc8-opt
elif [ "$(cat /etc/centos-release | grep 'CentOS Linux release 7')" ]; then elif [ "$(cat /etc/centos-release | grep 'CentOS Linux release 7')" ]; then
os=centos7 os=centos7
compiler=gcc92-opt compiler=gcc8-opt
else else
echo "Unknown OS" 1>&2 echo "Unknown OS" 1>&2
exit 1 exit 1
......
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