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

CI: update compiler versions both for CC7 and SLC6. Fixes the SLC6 CI build.

parent c76af089
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=gcc62-opt compiler=gcc92-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=gcc8-opt compiler=gcc92-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