[jdk17u] RFR: 8276130: Fix Github Actions of JDK17u to account for update version scheme

Christoph Langer clanger at openjdk.java.net
Fri Oct 29 05:47:21 UTC 2021


On Fri, 29 Oct 2021 05:21:22 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Seems straightforward, and you tested it, right?
> 
> Could this be broken down into multiple lines? (no problem if not, change is fine as it is).
> 
> Cheers, Thomas

Thanks for the review. Yes, it's tested & working - you can see it in this PR or here: https://github.com/RealCLanger/jdk17u/actions/runs/1394411607

There's no currently open PR in here where GHA was configured and you could see the error. But, for comparison, a currently failing run can be seen in the SapMachine repository: https://github.com/SAP/SapMachine/actions/runs/1397068578

I'm matching the code of jdk11u with this PR. I agree it would probably be nicer to break the lines but I would do it in a separate PR and backport it to 11 as well.

-------------

PR: https://git.openjdk.java.net/jdk17u/pull/218


More information about the jdk-updates-dev mailing list