Skip to content

Commit

Permalink
Fed30,31 are end of life.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed May 26, 2021
1 parent e500075 commit d942823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cern/root/pipeline/BuildConfiguration.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ class BuildConfiguration {
return [
[ 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-fedora31', opts: extraCMakeOptions, spec: 'noimt' ],
[ label: 'ROOT-fedora32', 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 d942823

Please sign in to comment.