[jdk11u-dev] RFR: 8313765: Invalid CEN header (invalid zip64 extra data field size)
Andrew John Hughes
andrew at openjdk.org
Thu Aug 17 19:30:40 UTC 2023
On Thu, 17 Aug 2023 18:45:33 GMT, Volker Simonis <simonis at openjdk.org> wrote:
> > > Failing linux GHA looks like infra issues - https://github.com/benty-amzn/jdk11u-dev/actions/runs/5885841578/job/15962854580#step:6:76
> >
> >
> > Yes, this looks like a variant of the same problem I fixed for 8u in [JDK-8284772](https://bugs.openjdk.org/browse/JDK-8284772), namely that the very specific version of gcc used is fragile and easily broken by Ubuntu updates. I'd suggest applying something similar to 11u. We do need this to run through GHA before being committed.
>
> @gnu-andrew are you working on fixing GHA for jdk11u and is there a JBS issue for it already or should we pick it up?
I'm about to open a PR, which this one can then depend on and retest. It may be contentious though, as I intend to suggest dropping the minor version requirement altogether rather than continually bumping it every time Ubuntu update the gcc package. We did this in 8u some time ago and it's not been an issue since.
Note that this PR will need the same changes we added to the 17u one, as 11u is also still on JTReg 6.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2084#issuecomment-1682841808
More information about the jdk-updates-dev
mailing list