Skip to content

Commit

Permalink
Move JDK20/21 on Linux/x64 to CentOS7 instead of CentOS6
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Feb 23, 2023
1 parent c6d6e59 commit fcec270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk20_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ class Config20 {
x64Linux : [
os : 'linux',
arch : 'x64',
dockerImage: [
temurin : 'adoptopenjdk/centos6_build_image',
openj9 : 'adoptopenjdk/centos7_build_image'
],
dockerImage : 'adoptopenjdk/centos7_build_image',
dockerFile: [
openj9 : 'pipelines/build/dockerFiles/cuda.dockerfile'
],
Expand Down
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk21_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ class Config21 {
x64Linux : [
os : 'linux',
arch : 'x64',
dockerImage: [
temurin : 'adoptopenjdk/centos6_build_image',
openj9 : 'adoptopenjdk/centos7_build_image'
],
dockerImage : 'adoptopenjdk/centos7_build_image',
dockerFile: [
openj9 : 'pipelines/build/dockerFiles/cuda.dockerfile'
],
Expand Down

0 comments on commit fcec270

Please sign in to comment.