Skip to content

Builds broken due to removal of Ubuntu 16.04 images from GitHub Actions #179

Closed
@probonopd

Description

@probonopd

Ouch! GitHub removed Ubuntu 16.04 from their default templates because it no longer receives standard support from Canonical:

So we need to find another way to get it to run again. It's Docker after all, isn't it?

https://github.com/actions/virtual-environments says

We do not plan to offer other Linux distributions. We recommend using Docker if you'd like to build using other distributions with the hosted virtual environments.

Alternatively we could use 18.04 but it would be very unfortunate to artificially increase our system requirements for code that is known to build perfectly fine on 16.04.

Possibly(!) it would be wise to swtich to some open Source RHEL 7 clone to get improved long-term binary compatibility. Wdyt?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions