Skip to content

Commit

Permalink
Add jdk17+ pipeline configuration for --with-ucrt-dll-dir location an…
Browse files Browse the repository at this point in the history
…d version

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Sep 11, 2023
1 parent 6d6d7cd commit 4eeb3ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class Config17 {
reproducibleCompare : [
'temurin' : true
],
configureArgs : '--with-ucrt-dll-dir="C:/progra~2/wi3cf2~1/10/Redist/10.0.22000.0/ucrt/DLLs/x64"',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand All @@ -84,6 +85,7 @@ class Config17 {
arch : 'x86-32',
additionalNodeLabels: 'win2022&&vs2019',
test : 'default',
configureArgs : '--with-ucrt-dll-dir="C:/progra~2/wi3cf2~1/10/Redist/10.0.22000.0/ucrt/DLLs/x64"',
buildArgs : [
'temurin' : '--jvm-variant client,server --create-jre-image --create-sbom'
]
Expand Down Expand Up @@ -186,6 +188,7 @@ class Config17 {
crossCompile : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
test : 'default',
configureArgs : '--with-ucrt-dll-dir="C:/progra~2/wi3cf2~1/10/Redist/10.0.22000.0/ucrt/DLLs/x64"',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --cross-compile'
]
Expand Down
2 changes: 2 additions & 0 deletions pipelines/jobs/configurations/jdk21_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class Config21 {
reproducibleCompare : [
'temurin' : true
],
configureArgs : '--with-ucrt-dll-dir="C:/progra~2/wi3cf2~1/10/Redist/10.0.22000.0/ucrt/DLLs/x64"',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down Expand Up @@ -178,6 +179,7 @@ class Config21 {
crossCompile : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
test : 'default',
configureArgs : '--with-ucrt-dll-dir="C:/progra~2/wi3cf2~1/10/Redist/10.0.22000.0/ucrt/DLLs/x64"',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --cross-compile'
]
Expand Down
2 changes: 2 additions & 0 deletions pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Config22 {
arch : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
test : 'default',
configureArgs : '--with-ucrt-dll-dir="C:/progra~2/wi3cf2~1/10/Redist/10.0.22000.0/ucrt/DLLs/x64"',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down Expand Up @@ -157,6 +158,7 @@ class Config22 {
crossCompile : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
test : 'default',
configureArgs : '--with-ucrt-dll-dir="C:/progra~2/wi3cf2~1/10/Redist/10.0.22000.0/ucrt/DLLs/x64"',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --cross-compile'
]
Expand Down

0 comments on commit 4eeb3ce

Please sign in to comment.