RFR: JDK-8309934: Update GitHub Actions to use JDK 17 for building jtreg [v2]
Christian Stein
cstein at openjdk.org
Wed Jun 14 10:08:07 UTC 2023
On Wed, 14 Jun 2023 09:49:33 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Do you know why this helped?
No, unfortunately not: _"Switching from 11 to 17 seems to mend the (unknown underlying) issue for the time being."_
A test build using the same JDK as pre-installed on GitHub-hosted runners on my local machine did not fail either.
> Will you downport this to JDK 17 too?
No. JDK 17 is archived and it uses JDK 8 to build jtreg within a single-file workflow definition:
- https://github.com/openjdk/jdk17/blob/master/.github/workflows/submit.yml#L88
A backport to JDK 21 makes sense.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14448#issuecomment-1590891845
More information about the build-dev
mailing list