JDK-8256978 : GitHub actions: build fails on Linux due to missing package
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: openjfx16
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • Submitted: 2020-11-24
  • Updated: 2020-11-24
  • Resolved: 2020-11-24
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.

To download the current JDK release, click here.
Other
openjfx16Fixed
Related Reports
Relates :  
Description
The GItHub actions build fails on Linux with a missing package, libudev-dev:

https://github.com/kevinrushforth/jfx/runs/1447904309?check_suite_focus=true

We don't actually use this package, so the fix is to simply remove it from the list of requested packages.
Comments
Changeset: bd510896 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2020-11-24 16:35:51 +0000 URL: https://github.com/openjdk/jfx/commit/bd510896
24-11-2020