From 1a0cffc1fa4def91461ea324b7b0a7da1f772295 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Thu, 28 May 2020 11:01:30 +0000 Subject: [PATCH] CI: update compiler versions to cope with LCG_95 --- CI/setup_lcg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/setup_lcg.sh b/CI/setup_lcg.sh index 73cd27988..653be00ef 100644 --- a/CI/setup_lcg.sh +++ b/CI/setup_lcg.sh @@ -5,10 +5,10 @@ # determine os release if [ "$(cat /etc/redhat-release | grep 'Scientific Linux CERN SLC release 6')" ]; then os=slc6 - compiler=gcc92-opt + compiler=gcc8-opt elif [ "$(cat /etc/centos-release | grep 'CentOS Linux release 7')" ]; then os=centos7 - compiler=gcc92-opt + compiler=gcc8-opt else echo "Unknown OS" 1>&2 exit 1 -- GitLab