Skip to content

Commit

Permalink
Do not hardcode ucrt dll location for Semeru
Browse files Browse the repository at this point in the history
Related adoptium#811 runtimes infra 8378

Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Sep 22, 2023
1 parent fe2d97d commit 034f9a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ 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 : [
'openj9' : '--create-jre-image',
'temurin' : '--create-jre-image --create-sbom'
Expand Down
1 change: 0 additions & 1 deletion pipelines/jobs/configurations/jdk21_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class Config21 {
reproducibleCompare : [
'temurin' : true
],
configureArgs : "--with-ucrt-dll-dir='C:/progra~2/wi3cf2~1/10/Redist/10.0.22621.0/ucrt/DLLs/x64'",
buildArgs : [
'openj9' : '--create-jre-image',
'temurin' : '--create-jre-image --create-sbom'
Expand Down

0 comments on commit 034f9a6

Please sign in to comment.