Skip to content

Commit

Permalink
Move back to Fed32 until #6331 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Dec 18, 2020
1 parent 0a9ccd6 commit 1cf9f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cern/root/pipeline/BuildConfiguration.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class BuildConfiguration {
@NonCPS
static def getAvailableSpecializations() {
return [
'default',
'default',
'cxx14',
'cxx17',
'python3',
Expand All @@ -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' ],
Expand Down

0 comments on commit 1cf9f41

Please sign in to comment.