Integrated: 8320053: GHA: Cross-compile gtest code

Aleksey Shipilev shade at openjdk.org
Wed Nov 15 14:09:41 UTC 2023


On Tue, 14 Nov 2023 10:06:00 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Looking at why GHA did not catch [JDK-8320050](https://bugs.openjdk.org/browse/JDK-8320050), even though it builds hotspot, I realized we do not configure the build with gtest, which means we skip the build checks for gtest VM. It would be useful to cross-compile with all tests enabled, even without running them.
> 
> (This would probably make sense to do for JDK native code, but AFAICS it would require defining a few new make targets).
> 
> Additional testing:
>  - [x] GHA

This pull request has now been integrated.

Changeset: 77a69661
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/77a69661145a43ab564832b0354ec32068236214
Stats:     5 lines in 1 file changed: 5 ins; 0 del; 0 mod

8320053: GHA: Cross-compile gtest code

Reviewed-by: ihse, stuefe

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

PR: https://git.openjdk.org/jdk/pull/16652


More information about the build-dev mailing list