Changeset b9d1242
- Timestamp:
- Jul 27, 2025, 3:24:36 PM (7 weeks ago)
- 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. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
rf449d1e rb9d1242 20 20 //gcc_9_x86_new: { trigger_build( 'gcc-9', 'x86', false ) }, 21 21 //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 ) }, 24 24 gcc_9_x64_new: { trigger_build( 'gcc-9', 'x64', false ) }, 25 25 gcc_10_x64_new: { trigger_build( 'gcc-10', 'x64', false ) }, -
Jenkins/TestRegen
rf449d1e rb9d1242 74 74 //escapes the sandbox 75 75 //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" 77 77 78 78 //Compile the project -
Jenkinsfile
rf449d1e rb9d1242 299 299 // this.Compiler = new CC_Desc('gcc-6', 'g++-6', 'gcc-6', '-flto=auto') 300 300 // break 301 case 'gcc-7':302 this.Compiler = new CC_Desc('gcc-7', 'g++-7', 'gcc-7', '-flto=auto')303 break304 case 'gcc-8':305 this.Compiler = new CC_Desc('gcc-8', 'g++-8', 'gcc-8', '-flto=auto')306 break301 // 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 307 307 case 'gcc-9': 308 308 this.Compiler = new CC_Desc('gcc-9', 'g++-9', 'gcc-9', '-flto=auto')
Note:
See TracChangeset
for help on using the changeset viewer.