Changeset b9d1242


Ignore:
Timestamp:
Jul 27, 2025, 3:24:36 PM (7 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
2b0e754
Parents:
f449d1e (diff), 1eea589f (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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    rf449d1e rb9d1242  
    2020                                        //gcc_9_x86_new: { trigger_build( 'gcc-9',   'x86', false ) },
    2121                                        //gcc_10_x86_new: { trigger_build( 'gcc-10',  'x86', false ) },
    22                                         gcc_7_x64_new: { trigger_build( 'gcc-7',   'x64', false ) },
    23                                         gcc_8_x64_new: { trigger_build( 'gcc-8',   'x64', false ) },
     22                                        //gcc_7_x64_new: { trigger_build( 'gcc-7',   'x64', false ) },
     23                                        //gcc_8_x64_new: { trigger_build( 'gcc-8',   'x64', false ) },
    2424                                        gcc_9_x64_new: { trigger_build( 'gcc-9',   'x64', false ) },
    2525                                        gcc_10_x64_new: { trigger_build( 'gcc-10',  'x64', false ) },
  • Jenkins/TestRegen

    rf449d1e rb9d1242  
    7474        //escapes the sandbox
    7575        //Also specify the compiler by hand
    76         sh "./configure CXX=clang++ CC=gcc-6 --host=${arch} --enable-silent-rules --quiet"
     76        sh "./configure CXX=clang++ CC=gcc --host=${arch} --enable-silent-rules --quiet"
    7777
    7878        //Compile the project
  • Jenkinsfile

    rf449d1e rb9d1242  
    299299                        //      this.Compiler = new CC_Desc('gcc-6', 'g++-6', 'gcc-6', '-flto=auto')
    300300                        // break
    301                         case 'gcc-7':
    302                                 this.Compiler = new CC_Desc('gcc-7', 'g++-7', 'gcc-7', '-flto=auto')
    303                         break
    304                         case 'gcc-8':
    305                                 this.Compiler = new CC_Desc('gcc-8', 'g++-8', 'gcc-8', '-flto=auto')
    306                         break
     301                        // case 'gcc-7':
     302                        //      this.Compiler = new CC_Desc('gcc-7', 'g++-7', 'gcc-7', '-flto=auto')
     303                        // break
     304                        // case 'gcc-8':
     305                        //      this.Compiler = new CC_Desc('gcc-8', 'g++-8', 'gcc-8', '-flto=auto')
     306                        // break
    307307                        case 'gcc-9':
    308308                                this.Compiler = new CC_Desc('gcc-9', 'g++-9', 'gcc-9', '-flto=auto')
Note: See TracChangeset for help on using the changeset viewer.