Skip to content

Commit

Permalink
Enable jdk21 reproducible comparison builds. (adoptium#768)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored and luhenry committed Feb 3, 2024
1 parent 01f75a8 commit e4a41af
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pipelines/jobs/configurations/jdk21_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ class Config21 {
openj9 : '!sw.os.osx.10_11'
],
test : 'default',
reproducibleCompare : [
'temurin' : true
],
configureArgs : '--enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
Expand All @@ -23,6 +26,9 @@ class Config21 {
openj9 : 'pipelines/build/dockerFiles/cuda.dockerfile'
],
test : 'default',
reproducibleCompare : [
'temurin' : true
],
additionalTestLabels: [
openj9 : '!(centos6||rhel6)'
],
Expand Down Expand Up @@ -62,6 +68,9 @@ class Config21 {
arch : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
test : 'default',
reproducibleCompare : [
'temurin' : true
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down Expand Up @@ -89,6 +98,9 @@ class Config21 {
arch : 's390x',
dockerImage : 'rhel7_build_image',
test : 'default',
reproducibleCompare : [
'temurin' : true
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand All @@ -99,6 +111,9 @@ class Config21 {
arch : 'ppc64le',
dockerImage : 'adoptopenjdk/centos7_build_image',
test : 'default',
reproducibleCompare : [
'temurin' : true
],
configureArgs : [
'openj9' : '--enable-dtrace'
],
Expand All @@ -112,6 +127,9 @@ class Config21 {
arch : 'aarch64',
dockerImage : 'adoptopenjdk/centos7_build_image',
test : 'default',
reproducibleCompare : [
'temurin' : true
],
configureArgs : '--enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
Expand All @@ -123,6 +141,9 @@ class Config21 {
arch : 'aarch64',
additionalNodeLabels: 'macos11',
test : 'default',
reproducibleCompare : [
'temurin' : true
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down

0 comments on commit e4a41af

Please sign in to comment.