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

CI: Update GCC version in setup_lcg.sh

parent af8ee3a2
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if [ "$(cat /etc/redhat-release | grep 'Scientific Linux CERN SLC release 6')" ]
compiler=gcc62-opt
elif [ "$(cat /etc/centos-release | grep 'CentOS Linux release 7')" ]; then
os=centos7
compiler=gcc7-opt
compiler=gcc8-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.
Finish editing this message first!
Please register or to comment