Skip to content

Commit

Permalink
Merge pull request adoptium#13 from vsebe/ibm_jdk18
Browse files Browse the repository at this point in the history
Fix configuration for jdk18 pipeline
  • Loading branch information
AdamBrousseau authored Sep 15, 2021
2 parents 1442031 + 83d60c8 commit 4845a12
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 4845a12

Please sign in to comment.