Skip to content

Commit

Permalink
Set gcc 10.3 compiler for Semeru 17 on Linux platforms
Browse files Browse the repository at this point in the history
Update the gcc compiler version from v7.5 to v10.3.0 on all Linux
platfoms for Semeru 17.

Issue: eclipse-openj9#14799

Signed-off-by: Violeta Sebe <[email protected]>
  • Loading branch information
vsebe committed Apr 5, 2022
1 parent b17bc7c commit 514a4ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ ppc64le_linux:
all: 'source /home/jenkins/set_gcc_10.3.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_gcc7.5.0_env'
#========================================#
# Linux PPCLE 64bits /w JITSERVER
#========================================#
Expand All @@ -238,7 +237,6 @@ s390x_linux:
all: 'source /home/jenkins/set_gcc_10.3.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_gcc7.5.0_env'
excluded_tests:
8:
- special.system
Expand Down Expand Up @@ -306,7 +304,6 @@ x86-64_linux:
all: 'source /home/jenkins/set_gcc_10.3.0_env'
8: ''
11: ''
17: 'source /home/jenkins/set_gcc7.5.0_env'
# use default gcc for 8, 11 (v7.5)
vars: 'OPENJ9_JAVA_OPTIONS=-Xdump:system+java:events=systhrow,filter=java/lang/ClassCastException,request=exclusive+prepwalk+preempt'
extra_test_labels:
Expand Down Expand Up @@ -341,7 +338,6 @@ aarch64_linux:
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'
17: 'CC=/usr/local/gcc/bin/gcc-7.5 CXX=/usr/local/gcc/bin/g++-7.5'
#========================================#
# Windows x86 64bits
#========================================#
Expand Down

0 comments on commit 514a4ca

Please sign in to comment.