From 8d3fb4b3900ad7a681563f20431a140d83183eb6 Mon Sep 17 00:00:00 2001 From: Paul Holzinger <pholzing@redhat.com> Date: Tue, 12 Nov 2024 18:21:37 +0100 Subject: [PATCH 1/2] cirrus: use dnf remove over erase dnf erase was removed from dnf5 in f41, AFAIK remove does the same thing and erase was just a removed alias. Signed-off-by: Paul Holzinger <pholzing@redhat.com> --- .cirrus.yml | 2 +- contrib/cirrus/runner.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d0f638b6..2ff21dc0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -67,7 +67,7 @@ doccheck_task: # TODO: Can't use 'runner.sh setup' inside container. However, # removing the pre-installed package is the only necessary step # at the time of this comment. - dnf erase -y skopeo # Guarantee non-interference + dnf remove -y skopeo # Guarantee non-interference "${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" build "${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" doccheck diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index d74b26b9..bd6a40d8 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -53,7 +53,7 @@ _run_setup() { fi # VM's come with the distro. skopeo package pre-installed - dnf erase -y skopeo + dnf remove -y skopeo msg "Removing systemd-resolved from nsswitch.conf" # /etc/resolv.conf is already set to bypass systemd-resolvd From bc57843bdf86f362329887e365070fee0bf6daf5 Mon Sep 17 00:00:00 2001 From: Paul Holzinger <pholzing@redhat.com> Date: Tue, 12 Nov 2024 18:23:15 +0100 Subject: [PATCH 2/2] update CI images to f41 Signed-off-by: Paul Holzinger <pholzing@redhat.com> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2ff21dc0..94267b51 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,7 +21,7 @@ env: SCRIPT_BASE: "./contrib/cirrus" # Google-cloud VM Images - IMAGE_SUFFIX: "c20241010t105554z-f40f39d13" + IMAGE_SUFFIX: "c20241107t210000z-f41f40d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" # Container FQIN's