Skip to content

Commit

Permalink
Merge pull request #18408 from pshipton/jdk11gcc11.2
Browse files Browse the repository at this point in the history
Compile jdk8, 11 alinux with gcc 10.3, p,zlinux with gcc 11.2
  • Loading branch information
keithc-ca committed Nov 10, 2023
2 parents 2a351fb + 6fac97c commit e4b82f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions buildenv/jenkins/variables/defaults.yml
Expand Up @@ -205,8 +205,6 @@ ppc64le_linux:
build_env:
cmd:
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'
#========================================#
# Linux PPCLE 64bits /w JITSERVER
#========================================#
Expand All @@ -229,8 +227,6 @@ s390x_linux:
build_env:
cmd:
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'
#========================================#
# Linux S390 64bits /w JITSERVER
#========================================#
Expand Down Expand Up @@ -320,8 +316,6 @@ aarch64_linux:
build_env:
vars:
all: 'CC=/usr/local/gcc10/bin/gcc-10.3 CXX=/usr/local/gcc10/bin/g++-10.3'
8: 'CC=/usr/local/gcc/bin/gcc-7.5 CXX=/usr/local/gcc/bin/g++-7.5'
11: 'CC=/usr/local/gcc/bin/gcc-7.5 CXX=/usr/local/gcc/bin/g++-7.5'
#========================================#
# Linux Aarch 64bits /w JITSERVER
#========================================#
Expand Down

0 comments on commit e4b82f2

Please sign in to comment.