]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Build workflow: remove old distros.
authorFlorian Forster <octo@collectd.org>
Fri, 24 Nov 2023 11:04:25 +0000 (12:04 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 24 Nov 2023 13:59:45 +0000 (14:59 +0100)
This removes old and unsupported Linux distros:

*   Ubuntu 16 ("Xenial", support ended April 2021)
*   Ubuntu 18 ("Bionic Beaver", support ended June 2023)
*   Enterprise Linux 7 (technically still supported, but nine years old
    at this point)
*   Fedora 34 (support ended June 2022)
*   Fedora 35 (support ended December 2022)

Fedora 36 is also unsupported. We will keep the builder until we have
never versions of Fedora available (or at least Rawhide builds again).

.github/workflows/build.yml

index 808304ffcc02b13b68a2f3c6fb42a5cf5f14f911..3a38a03b2472a43f2d8bcb88efca502924c3d517 100644 (file)
@@ -29,14 +29,10 @@ jobs:
           # Ubuntu
           - focal_amd64
           - bionic_amd64
-          - xenial_amd64
           # RedHat family
           - el9_x86_64
           - el8_x86_64
-          - el7_x86_64
           - fedora36_x86_64
-          - fedora35_x86_64
-          - fedora34_x86_64
         config_flags: ['']
     env:
       MAKEFLAGS: "-j2 -sk"