From: Florian Forster Date: Mon, 27 Nov 2023 08:11:07 +0000 (+0100) Subject: Workflows: rename "sid_amd64" to "debian_sid". X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4170%2Fhead;p=thirdparty%2Fcollectd.git Workflows: rename "sid_amd64" to "debian_sid". --- diff --git a/.cirrus.yml b/.cirrus.yml index b2cee41f6..7202d2def 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -33,7 +33,7 @@ debian_default_toolchain_task: image: collectd/ci:mantic_amd64 allow_failures: false - container: - image: collectd/ci:sid_amd64 # unstable + image: collectd/ci:debian_unstable allow_failures: true skip_notifications: true only_if: $CIRRUS_BRANCH == 'main' @@ -181,7 +181,7 @@ non_standard_toolchains_task: # bleeding_edge_compilers_task: container: - image: collectd/ci:sid_amd64 + image: collectd/ci:debian_unstable only_if: $CIRRUS_BRANCH == 'main' allow_failures: true skip_notifications: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0738dbc0..b7b5e7ceb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,11 +78,11 @@ jobs: matrix: # for tasks that are optional, use the continue-on-error option, to prevent a workflow from failing when the task fails container_tag: - - sid_amd64 + - debian_unstable - fedora_rawhide_x86_64 # Add additional per-distro vars here. include: - - container_tag: sid_amd64 + - container_tag: debian_unstable config_flags: "--disable-dpdkstat --disable-dpdkevents --disable-virt" - container_tag: fedora_rawhide_x86_64 cflags: "-fPIE -Wno-deprecated-declarations"