aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-01-06 08:42:32 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2022-01-06 09:21:28 -0500
commit7a24be6ad952b361c7244dc2493ef08351e059c6 (patch)
tree3a262b9c97f48563a203d02668c9cd13604b8941 /contrib
parent8d5d0e7c6d496ac73a187d502e7f8e73dc0bc617 (diff)
downloadpodman-7a24be6ad952b361c7244dc2493ef08351e059c6.tar.gz
podman-7a24be6ad952b361c7244dc2493ef08351e059c6.tar.bz2
podman-7a24be6ad952b361c7244dc2493ef08351e059c6.zip
Fix CI
crun should be available in f35. [ NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 43c709228..ee80a209c 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -121,8 +121,9 @@ case "$OS_RELEASE_ID" in
# Force a crun version that has this fix: https://github.com/containers/crun/pull/819
# FIXME: Remove once a fixed crun made its way into Fedora
if test "$OS_RELEASE_VER" == "35"; then
- yum upgrade -y https://kojipkgs.fedoraproject.org//work/tasks/684/80280684/crun-1.3-2.fc35.x86_64.rpm
+ yum upgrade -y crun
fi
+
if ((CONTAINER==0)); then
# All SELinux distros need this for systemd-in-a-container
msg "Enabling container_manage_cgroup"