Skip to content

Commit

Permalink
Merge pull request #16703 from pshipton/gcc11
Browse files Browse the repository at this point in the history
Change x,p,z linux to compile with gcc 11.2 for jdk19+
  • Loading branch information
AdamBrousseau committed Feb 14, 2023
2 parents 5a52b0d + fd82696 commit 5146861
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions buildenv/jenkins/variables/defaults.yml
Expand Up @@ -218,9 +218,10 @@ ppc64le_linux:
all: '--enable-jitserver'
build_env:
cmd:
all: 'source /home/jenkins/set_gcc_10.3.0_env'
all: 'source /home/jenkins/set_gcc_11.2.0_env'
8: 'source /home/jenkins/set_gcc7.5.0_env'
11: 'source /home/jenkins/set_gcc7.5.0_env'
17: 'source /home/jenkins/set_gcc_10.3.0_env'
#========================================#
# Linux PPCLE 64bits /w JITSERVER
#========================================#
Expand Down Expand Up @@ -250,9 +251,10 @@ s390x_linux:
next: '!sw.os.rhel.8'
build_env:
cmd:
all: 'source /home/jenkins/set_gcc_10.3.0_env'
all: 'source /home/jenkins/set_gcc_11.2.0_env'
8: 'source /home/jenkins/set_gcc7.5.0_env'
11: 'source /home/jenkins/set_gcc7.5.0_env'
17: 'source /home/jenkins/set_gcc_10.3.0_env'
#========================================#
# Linux S390 64bits /w JITSERVER
#========================================#
Expand Down Expand Up @@ -313,10 +315,11 @@ x86-64_linux:
all: '--enable-jitserver'
build_env:
cmd:
all: 'source /home/jenkins/set_gcc_10.3.0_env'
all: 'source /home/jenkins/set_gcc_11.2.0_env'
# use default gcc for 8, 11 (v7.5)
8: ''
11: ''
# use default gcc for 8, 11 (v7.5)
17: 'source /home/jenkins/set_gcc_10.3.0_env'
vars: 'OPENJ9_JAVA_OPTIONS=-Xdump:system+java:events=systhrow,filter=java/lang/ClassCastException,request=exclusive+prepwalk+preempt'
extra_test_labels:
11: '!sw.os.cent.6'
Expand Down Expand Up @@ -541,9 +544,10 @@ x86-64_linux_criu:
11: ''
build_env:
cmd:
all: 'source /home/jenkins/set_gcc_10.3.0_env'
all: 'source /home/jenkins/set_gcc_11.2.0_env'
8: 'source /home/jenkins/set_gcc7.5.0_env'
11: 'source /home/jenkins/set_gcc7.5.0_env'
17: 'source /home/jenkins/set_gcc_10.3.0_env'
ppc64le_linux_criu:
extends: ['ppc64le_linux', 'criu']
s390x_linux_criu:
Expand Down

0 comments on commit 5146861

Please sign in to comment.