- container:
image: collectd/ci:focal_amd64
allow_failures: false
- # debian/unstable is expected to fail
- - allow_failures: true
+ - container:
+ image: collectd/ci:sid_amd64 # unstable
+ allow_failures: true
skip_notifications: true
- only_if: $CIRRUS_BRANCH == 'master'
- container:
- image: collectd/ci:sid_amd64
+ only_if: $CIRRUS_BRANCH == 'main'
configure_script:
- ./build.sh
- gcc --version
# fedora/rawhide is expected to fail
- allow_failures: true
skip_notifications: true
- only_if: $CIRRUS_BRANCH == 'master'
+ only_if: $CIRRUS_BRANCH == 'main'
container:
image: collectd/ci:fedora_rawhide_x86_64
configure_script:
bleeding_edge_compilers_task:
container:
image: collectd/ci:sid_amd64
- only_if: $CIRRUS_BRANCH == 'master'
+ only_if: $CIRRUS_BRANCH == 'main'
allow_failures: true
skip_notifications: true
env: