JDK-8266224 : GitHub actions: use gcc 10.3 on Linux
Type:Bug
Component:javafx
Sub-Component:build
Affected Version:openjfx17
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2021-04-28
Updated:2021-07-08
Resolved:2021-06-29
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The Linux compiler will be updated to 10.3 in JDK-8265400. This is a follow-up bug to use that same version for GitHub actions builds.
Comments
Changeset: b0d15862
Author: Johan Vos <jvos@openjdk.org>
Date: 2021-06-29 17:24:30 +0000
URL: https://git.openjdk.java.net/jfx/commit/b0d158629ed5f9c92cbcc39a7099f2d37e34ecf7
29-06-2021
This is under review at https://git.openjdk.java.net/jfx/pull/555 using bug ID JDK-8269601. It might be best to use this bug ID (JDK-8266224) instead and close JDK-8269601 as a duplicate.
29-06-2021
They just did this in the jdk repo with JDK-8269148 for the same reason we now need to.
29-06-2021
Since GHA build are starting to fail because they can't find gcc 10.2 any more, this is now more urgent.
29-06-2021
A quick search shows that gcc 10.2 is the latest available version in the Ubuntu 20.04 repositories, so we will not be able to do this unless / until 10.3 is added to the Ubuntu 20.04 repositories.