From 0670b5dba6c91f29d7310df3c7ad810a9ca1436d Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Mon, 16 Sep 2019 15:54:46 +0200 Subject: [PATCH] CI: Update compiler --- Jenkinsfile.nightly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.nightly b/Jenkinsfile.nightly index 322dff5..54e316d 100644 --- a/Jenkinsfile.nightly +++ b/Jenkinsfile.nightly @@ -21,11 +21,11 @@ def buildMatrix(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/) {