On Tue, 29 Mar 2022 11:49:14 GMT, Kevin Rushforth <k...@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

Reply via email to