mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 08:41:12 +00:00
CI: Update compiler
This commit is contained in:
parent
b65084f1ce
commit
0670b5dba6
|
@ -21,11 +21,11 @@ def buildMatrix(List specs, Closure callback) {
|
||||||
echo "export SIMPATH=\${SIMPATH_PREFIX}${fairsoft}" >> Dart.cfg
|
echo "export SIMPATH=\${SIMPATH_PREFIX}${fairsoft}" >> Dart.cfg
|
||||||
echo "export FAIRSOFT_VERSION=${fairsoft}" >> Dart.cfg
|
echo "export FAIRSOFT_VERSION=${fairsoft}" >> Dart.cfg
|
||||||
"""
|
"""
|
||||||
if (os =~ /Debian/ && compiler =~ /gcc8/) {
|
if (os =~ /Debian/ && compiler =~ /gcc9/) {
|
||||||
sh '''\
|
sh '''\
|
||||||
echo "source /etc/profile.d/modules.sh" >> Dart.cfg
|
echo "source /etc/profile.d/modules.sh" >> Dart.cfg
|
||||||
echo "module use /cvmfs/it.gsi.de/modulefiles" >> 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/) {
|
if (os =~ /MacOS/) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user