RFR: 7903418: It is not possible to build jtreg 6.1 branch using jdk 11.0.18

Christian Stein cstein at openjdk.org
Mon Jan 30 13:13:45 UTC 2023


On Fri, 27 Jan 2023 03:01:40 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> It is not possible to build the jtreg 6.X using the recently released JDK 11.0.18. The root cause is a grep command in the Defs.gmk which checks the usage of jdk8. Because of that, all GitHub actions for jdk17u-dev and jdk11u-dev are broken:
> see https://github.com/mrserb/jdk11u-dev/actions/runs/4018535809/jobs/6904278681

Will try to get the tag created today.

In the meantime, you may refer to a GIT commit hash in GHA:
https://github.com/openjdk/jdk/blob/ebb84ad70d3295d9a429904fcdacdb8ecd1bf434/.github/actions/get-jtreg/action.yml#L53

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

PR: https://git.openjdk.org/jtreg/pull/146


More information about the jtreg-dev mailing list