Skip to content

Commit

Permalink
Remove reference to dockerhost-rise-ubuntu2204-aarch64-1
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Mar 29, 2024
1 parent e297546 commit d45b113
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,7 @@ class Config11 {
'openj9' : 'adoptopenjdk/centos6_build_image',
'bisheng' : 'adoptopenjdk/centos6_build_image'
],
dockerArgs : [
'temurin' : '--platform linux/riscv64'
],
crossCompile : [
'temurin' : 'dockerhost-rise-ubuntu2204-aarch64-1',
'openj9' : 'x64',
'bisheng' : 'x64'
],
Expand Down
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ class Config17 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
Expand Down
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk19u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ class Config19 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
Expand Down
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk20u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ class Config20 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
Expand Down
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk21u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ class Config21 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
Expand Down
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ class Config22 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
Expand Down
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk23_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ class Config23 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
Expand Down

0 comments on commit d45b113

Please sign in to comment.