Skip to content

Commit

Permalink
Provide Windows SDK UCRT DLL paths for jdk17+ pipeline configuration (#…
Browse files Browse the repository at this point in the history
…811)

* Add jdk17+ pipeline configuration for --with-ucrt-dll-dir location and version

Signed-off-by: Andrew Leonard <[email protected]>

* Add jdk17+ pipeline configuration for --with-ucrt-dll-dir location and version

Signed-off-by: Andrew Leonard <[email protected]>

* Add jdk17+ pipeline configuration for --with-ucrt-dll-dir location and version

Signed-off-by: Andrew Leonard <[email protected]>

---------

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Sep 12, 2023
1 parent 56ec107 commit a6f9194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 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/x86'",
buildArgs : [
'temurin' : '--jvm-variant client,server --create-jre-image --create-sbom'
]
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 @@ -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
1 change: 1 addition & 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

0 comments on commit a6f9194

Please sign in to comment.