Skip to content

Commit

Permalink
Workflows: rename "sid_amd64" to "debian_sid".
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Nov 27, 2023
1 parent 6b74429 commit 5852266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5852266

Please sign in to comment.