From b9edcd623d758b79bb0d424c02c71239b2cc6b2a Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Mon, 16 Sep 2019 15:55:14 +0200 Subject: [PATCH] CI: Update compiler --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0fb8ec2..dfd0b25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,11 +22,11 @@ def jobMatrix(String prefix, List specs, Closure callback) { echo "export SIMPATH=\${SIMPATH_PREFIX}${fairsoft}" >> Dart.cfg echo "export FAIRSOFT_VERSION=${fairsoft}" >> Dart.cfg """ - if (os =~ /Debian/ && compiler =~ /gcc8/) { + if (os =~ /Debian/ && compiler =~ /gcc9/) { sh '''\ echo "source /etc/profile.d/modules.sh" >> Dart.cfg echo "module use /cvmfs/it.gsi.de/modulefiles" >> Dart.cfg - echo "module load compiler/gcc/8" >> Dart.cfg + echo "module load compiler/gcc/9.1.0" >> Dart.cfg ''' } if (os =~ /MacOS/) {