Skip to content

Commit

Permalink
Automerge upstream/master
Browse files Browse the repository at this point in the history
  • Loading branch information
j9build committed Dec 15, 2023
2 parents 4103729 + d57fcec commit 2539da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ class Build {
case 'hotspot':
if (buildConfig.ARCHITECTURE == "riscv64"
&& (buildConfig.JAVA_TO_BUILD == "jdk8u"
|| buildConfig.JAVA_TO_BUILD == "jdk11u"
|| buildConfig.JAVA_TO_BUILD == "jdk17u")) {
|| buildConfig.JAVA_TO_BUILD == "jdk11u")) {
suffix = "openjdk/riscv-port-${buildConfig.JAVA_TO_BUILD}";
} else {
suffix = "openjdk/${buildConfig.JAVA_TO_BUILD}"
Expand Down

0 comments on commit 2539da0

Please sign in to comment.