[jdk8u-dev] RFR: 8253424: Add support for running pre-submit testing using GitHub Actions [v10]

Andrew John Hughes andrew at openjdk.java.net
Thu Mar 10 18:27:36 UTC 2022


On Thu, 10 Mar 2022 18:21:31 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> > > Pre-submit tests - Linux additional - Build Failing after 24s — 8/8 failed
> > 
> > 
> > Should we disable those cross compile builds for the initial integration?
> 
> Yes, I actually already tried to do that but it's not easy to do in a non-destructive way. I'll try again with this next commit.

For the record, the issue is the same as with the tests; bundles. It needs the host JDK built by the x86_64 build for the cross-compiled builds, and that is cached and then retrieved via a bundle. I'll open a separate PR to backport bundles after this. That should fix additional HS builds, but tests probably need more backporting work.

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

PR: https://git.openjdk.java.net/jdk8u-dev/pull/3


More information about the jdk8u-dev mailing list