Changeset 58a4cde for Jenkinsfile


Ignore:
Timestamp:
Aug 6, 2025, 10:47:44 AM (3 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
81e1984b
Parents:
d7a2de1 (diff), b2e4a73 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rd7a2de1 r58a4cde  
    320320                        // Use only generic clang/gcc here because of unknown version numbers on different architectures.
    321321                        case 'clang':
    322                                 this.Compiler = new CC_Desc('clang', 'clang++', 'gcc', '-flto=thin -flto-jobs=0')
     322                                this.Compiler = new CC_Desc('clang', 'clang++', 'gcc-11', '-flto=thin -flto-jobs=0')
    323323                        break
    324324                        default :
     
    379379                                        description: 'Which compiler to use',                   \
    380380                                        name: 'Compiler',                                       \
    381                                         choices: 'gcc-9\ngcc-10\ngcc-11\ngcc-12gcc-13gcc-14\nclang',    \
     381                                        choices: 'gcc-9\ngcc-10\ngcc-11\ngcc-12\ngcc-13\ngcc-14\nclang', \
    382382                                        defaultValue: 'gcc',                                    \
    383383                                ],                                                              \
Note: See TracChangeset for help on using the changeset viewer.