Skip to content

Commit

Permalink
Use rhel7_build_image for Linux/s390x builds (#642)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored Mar 8, 2023
1 parent 4d0c97a commit b7a1cbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class Config11 {
s390xLinux : [
os : 'linux',
arch : 's390x',
dockerImage : 'rhel7_build_image',
test : 'default',
configureArgs : '--enable-dtrace=auto',
buildArgs : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class Config17 {
s390xLinux : [
os : 'linux',
arch : 's390x',
dockerImage : 'rhel7_build_image',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
Expand Down
1 change: 1 addition & 0 deletions pipelines/jobs/configurations/jdk20_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class Config20 {
s390xLinux : [
os : 'linux',
arch : 's390x',
dockerImage : 'rhel7_build_image',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
Expand Down
1 change: 1 addition & 0 deletions pipelines/jobs/configurations/jdk21_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class Config21 {
s390xLinux : [
os : 'linux',
arch : 's390x',
dockerImage : 'rhel7_build_image',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
Expand Down
1 change: 1 addition & 0 deletions pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class Config8 {
temurin: ['sanity.openjdk'],
openj9: 'default'
],
dockerImage : 'rhel7_build_image',
buildArgs : [
'temurin' : '--create-sbom'
]
Expand Down

0 comments on commit b7a1cbc

Please sign in to comment.