Skip to content

Commit

Permalink
ci/cirrus: fix failures on Centos 9
Browse files Browse the repository at this point in the history
Apparently the reason is some issue in systemd v252-6.el9,
and upgrading to the latest release (v252-8.el9 as of now)
fixes the issue.

Fixes: #3760

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Mar 8, 2023
1 parent 6d0261c commit 2a46c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ task:
centos-stream-9)
dnf config-manager --set-enabled crb # for glibc-static
dnf -y install epel-release epel-next-release # for fuse-sshfs
dnf update systemd # https://github.com/opencontainers/runc/issues/3760
;;
esac
# Work around dnf mirror failures by retrying a few times.
Expand Down

0 comments on commit 2a46c13

Please sign in to comment.