diff --git a/.cirrus.yml b/.cirrus.yml index 8a36c3f..6e46590 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ env: #### Cache-image names to test with #### # Google-cloud VM Images - IMAGE_SUFFIX: "c20231208t193858z-f39f38d13" + IMAGE_SUFFIX: "c20240529t141726z-f40f39d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" #### diff --git a/contrib/cirrus/setup.sh b/contrib/cirrus/setup.sh index 5c19220..4b39701 100755 --- a/contrib/cirrus/setup.sh +++ b/contrib/cirrus/setup.sh @@ -11,7 +11,8 @@ case "${OS_RELEASE_ID}" in msg "Installing necessary additional packages" ooe.sh dnf install -y \ setools-console \ - systemd-devel + systemd-devel \ + fuse-overlayfs ;; *) bad_os_id_ver ;; esac