Skip to content

Commit

Permalink
Fix jdk17u source repo on riscv64 (#858)
Browse files Browse the repository at this point in the history
The support for riscv64 was merged into jdk17u mainline
  • Loading branch information
luhenry authored Dec 15, 2023
1 parent 833a06d commit d57fcec
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 @@ -261,8 +261,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 d57fcec

Please sign in to comment.