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 @@
# determine os release
if [ "$(cat /etc/redhat-release | grep 'Scientific Linux CERN SLC release 6')" ]; then
os=slc6
compiler=gcc62-opt
compiler=gcc92-opt
elif [ "$(cat /etc/centos-release | grep 'CentOS Linux release 7')" ]; then
os=centos7
compiler=gcc8-opt
compiler=gcc92-opt
else
echo "Unknown OS" 1>&2
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment