]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
[ci][cirrus] Replace trusty with bionic/focal in debian_default_toolchain
authorEmma Foley <efoley@redhat.com>
Fri, 5 Nov 2021 19:20:31 +0000 (19:20 +0000)
committerMatthias Runge <mrunge@matthias-runge.de>
Fri, 4 Feb 2022 07:00:55 +0000 (08:00 +0100)
Ubuntu 14.04 (Trusty) is out of standard support [1].
``make check`` fails for test_capabilities, as noted in [2].
[3] indicates that the cause is glibc, but that updates are not expected
to the version in trusty.

This PR replaces trusty with Ubuntu 18.04 (Bionic) and 20.04 (Focal).

[1] https://wiki.ubuntu.com/Releases
[2] https://github.com/collectd/collectd/pull/3936
[3] https://github.com/collectd/collectd/pull/3927#issuecomment-953350598

.cirrus.yml

index 19e302b4ec2d7c290842739ac2b3040f95327420..baf459de7114292c3a0c90653eeb20dcfa41bbc6 100644 (file)
@@ -35,13 +35,16 @@ debian_default_toolchain_task:
     - container:
         image: collectd/ci:stretch_i386
       allow_failures: false
-    - container:
-        image: collectd/ci:trusty_amd64
-      allow_failures: true
     - container:
         image: collectd/ci:xenial_amd64
       allow_failures: false
-    # debian/unstable is expected to fail
+    - container:
+        image: collectd/ci:bionic_amd64
+      allow_failures: false
+    - container:
+        image: collectd/ci:focal_amd64
+      allow_failures: false
+      # debian/unstable is expected to fail
     - allow_failures: true
       skip_notifications: true
       only_if: $CIRRUS_BRANCH == 'master'