RFR: 7903418: It is not possible to build jtreg 6.1 branch using jdk 11.0.18
Christian Stein
cstein at openjdk.org
Fri Jan 27 06:42:44 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
Is it possible to build jtreg `master` branch using JDK 11.0.18 ? 🤔
This fix should target `master` branch; from there it can be backported to various bug-fix branches, like 6.x.
-------------
PR: https://git.openjdk.org/jtreg/pull/146
More information about the jtreg-dev
mailing list