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
- 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'