Integrated: 8325444: GHA: JDK-8325194 causes a regression
Christoph Langer
clanger at openjdk.org
Thu Feb 8 14:08:01 UTC 2024
On Wed, 7 Feb 2024 19:50:51 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> The [change](https://github.com/openjdk/jdk/commit/d1c82156ba6ede4b798ac15f935289cfcc99d1a0) for [JDK-8325194](https://bugs.openjdk.org/browse/JDK-8325194) broke get-jtreg because the way to determine the build jdk was not correct.
>
> I then tried to use the bootstrap JDK with the correct wiring but it turned out that the build of JTReg fails with the current JDK, see [here](https://github.com/RealCLanger/jdk/actions/runs/7820130826/job/21334120478).
>
> So I propose to fix it by going to the originally proposed solution using `$JAVA_HOME_17_<arch>`.
This pull request has now been integrated.
Changeset: 3c91b59e
Author: Christoph Langer <clanger at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3c91b59ef9c992718d73f2fc9fa50ad2ead78208
Stats: 7 lines in 1 file changed: 6 ins; 0 del; 1 mod
8325444: GHA: JDK-8325194 causes a regression
Reviewed-by: gdams, shade, ihse
-------------
PR: https://git.openjdk.org/jdk/pull/17756
More information about the build-dev
mailing list