Skip to content

Commit

Permalink
Merge pull request containers#12670 from giuseppe/fix-crun-ci
Browse files Browse the repository at this point in the history
ci: force scratch build for crun
  • Loading branch information
openshift-merge-robot authored Dec 21, 2021
2 parents 253fddb + fca66b6 commit d2fcfef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/cirrus/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ fi
case "$OS_RELEASE_ID" in
ubuntu) ;;
fedora)
# 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
fi
if ((CONTAINER==0)); then
# All SELinux distros need this for systemd-in-a-container
msg "Enabling container_manage_cgroup"
Expand Down

0 comments on commit d2fcfef

Please sign in to comment.