From 1cf9f4191fe970f25021c487aa4423b3b244b918 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Fri, 18 Dec 2020 18:12:47 +0100 Subject: [PATCH] Move back to Fed32 until #6331 is fixed. --- src/cern/root/pipeline/BuildConfiguration.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cern/root/pipeline/BuildConfiguration.groovy b/src/cern/root/pipeline/BuildConfiguration.groovy index fd75dc5..a7d01c2 100644 --- a/src/cern/root/pipeline/BuildConfiguration.groovy +++ b/src/cern/root/pipeline/BuildConfiguration.groovy @@ -42,7 +42,7 @@ class BuildConfiguration { @NonCPS static def getAvailableSpecializations() { return [ - 'default', + 'default', 'cxx14', 'cxx17', 'python3', @@ -65,7 +65,7 @@ class BuildConfiguration { [ label: 'ROOT-debian10-i386', opts: extraCMakeOptions, spec: 'cxx14' ], /*[ label: 'ROOT-performance-centos8-multicore', opts: extraCMakeOptions + ' -DCTEST_TEST_EXCLUDE_NONE=On', spec: 'default' ],*/ [ label: 'ROOT-fedora30', opts: extraCMakeOptions, spec: 'cxx14' ], - [ label: 'ROOT-fedora32', opts: extraCMakeOptions, spec: 'noimt' ], + [ label: 'ROOT-fedora31', opts: extraCMakeOptions, spec: 'noimt' ], [ label: 'ROOT-ubuntu16', opts: extraCMakeOptions, spec: 'nortcxxmod' ], [ label: 'mac1014', opts: extraCMakeOptions, spec: 'python3' ], [ label: 'mac11.0', opts: extraCMakeOptions + ' -DCTEST_TEST_EXCLUDE_NONE=On', spec: 'cxx17' ],