summaryrefslogtreecommitdiff
path: root/contrib/cirrus/setup_environment.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-09 21:22:17 -0400
committerGitHub <noreply@github.com>2020-06-09 21:22:17 -0400
commit9967f28339dc43c97966bc07345af53a374faf67 (patch)
treec137de11b94adfdeefe16688321328f9494cb4cb /contrib/cirrus/setup_environment.sh
parent2fa7f03a358c2be4521030f24086e12fb990746a (diff)
parent455a94d1f932cd32dc07d9bf62131423610f8e2b (diff)
downloadpodman-9967f28339dc43c97966bc07345af53a374faf67.tar.gz
podman-9967f28339dc43c97966bc07345af53a374faf67.tar.bz2
podman-9967f28339dc43c97966bc07345af53a374faf67.zip
Merge pull request #6193 from cevich/conmon_ci_packages
Cirrus: Include packages for containers/conmon CI
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 4066b813b..323e7c35b 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -89,14 +89,6 @@ case "$CG_FS_TYPE" in
warn "Forcing testing with crun instead of runc"
X=$(echo "export OCI_RUNTIME=/usr/bin/crun" | \
tee -a /etc/environment) && eval "$X" && echo "$X"
-
- if [[ "$OS_RELEASE_ID" == "fedora" ]]; then
- warn "Upgrading to the latest crun"
- # Normally not something to do for stable testing
- # but crun is new, and late-breaking fixes may be required
- # on short notice
- dnf update -y crun containers-common
- fi
;;
*)
die 110 "Unsure how to handle cgroup filesystem type '$CG_FS_TYPE'"