mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
ci: force scratch build for crun
force a version with this fix: https://github.com/containers/crun/pull/819 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -118,6 +118,11 @@ fi
|
|||||||
case "$OS_RELEASE_ID" in
|
case "$OS_RELEASE_ID" in
|
||||||
ubuntu) ;;
|
ubuntu) ;;
|
||||||
fedora)
|
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
|
if ((CONTAINER==0)); then
|
||||||
# All SELinux distros need this for systemd-in-a-container
|
# All SELinux distros need this for systemd-in-a-container
|
||||||
msg "Enabling container_manage_cgroup"
|
msg "Enabling container_manage_cgroup"
|
||||||
|
Reference in New Issue
Block a user