Skip to content

Commit

Permalink
Fix configuration for jdk18 pipeline
Browse files Browse the repository at this point in the history
Fixed map for Windows x86 64.

Signed-off-by: Violeta Sebe <[email protected]>
  • Loading branch information
vsebe committed Sep 15, 2021
1 parent 1442031 commit 83d60c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/jobs/configurations/jdk18_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Config18 {
os : 'windows',
arch : 'x64',
additionalNodeLabels: 'ci.project.openj9 && hw.arch.x86 && sw.os.windows',
test : 'default'
test : 'default',
cleanWorkspaceAfterBuild: true,
configureArgs : [
openj9 :'--with-vendor-name="IBM Corporation" --with-vendor-version-string="18.0.0.0" --with-product-name="IBM Semeru Runtime" --with-product-suffix="Open Edition" --with-vendor-url=https://www.ibm.com/ --with-vendor-bug-url=https://github.com/eclipse-openj9/openj9/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues --with-jdk-rc-name="IBM Semeru Runtime"'
Expand Down

0 comments on commit 83d60c8

Please sign in to comment.