RFR: 8283402: Update to gcc 11.2 on Linux

Kevin Rushforth kcr at openjdk.java.net
Tue Mar 29 11:54:09 UTC 2022


On Tue, 29 Mar 2022 11:49:14 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> .github/workflows/submit.yml line 86:
>> 
>>> 84:           set -x
>>> 85:           sudo apt-get update
>>> 86:           sudo apt-get install libgl1-mesa-dev libx11-dev libxxf86vm-dev libxt-dev pkg-config libgtk2.0-dev libgtk-3-dev libxtst-dev gcc-11 g++-11
>> 
>> Did this install 11.2? The CI is using Focal, and afaik there is no gcc-11.2 for focal?
>
> No, it will use whatever the latest is for GitHub actions. There doesn't seem to be an 11.2 package for GHA. It should be sufficient for most testing, but highlights one of the limitations of relying on GitHub Actions for anything more than a sanity test.

(based on the printout I see in the log files, the current version of gcc 1.x available on the GHA Linux nodes is 11.1)

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

PR: https://git.openjdk.java.net/jfx/pull/761


More information about the openjfx-dev mailing list