[jfx16] Integrated: 8259639: GitHub actions: build fails on Linux due to missing apt-get update

Kevin Rushforth kcr at openjdk.java.net
Tue Jan 12 18:15:57 UTC 2021


On Tue, 12 Jan 2021 17:01:40 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> Simple fix to the `submit.yml` script to run `apt-get update` prior to installing needed packages on Linux. Without this, the request to install packages can fail to find the requested pacakges due to an out-of-date cache.
> 
> Compare the [failing build](https://github.com/kevinrushforth/jfx/actions/runs/480626290) before the fix with the [successful build](https://github.com/kevinrushforth/jfx/actions/runs/480641431) after the fix.
> 
> Note that this is targeted to `jfx16` so that any subsequent pull request for `jfx16` will be able to have a successful build on Linux.

This pull request has now been integrated.

Changeset: 9dd2058f
Author:    Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/9dd2058f
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8259639: GitHub actions: build fails on Linux due to missing apt-get update

Reviewed-by: arapte, pbansal

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

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


More information about the openjfx-dev mailing list