Skip to content

Commit

Permalink
Merge pull request #3630 from kolyshkin/1.1-fix-centos-7-ci-again
Browse files Browse the repository at this point in the history
[1.1] cirrus-ci: install EPEL on CentOS 7 conditionally
  • Loading branch information
thaJeztah authored Oct 7, 2022
2 parents 8523022 + 335ec37 commit 28fa513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ task:
centos-7)
(cd /etc/yum.repos.d && curl -O https://copr.fedorainfracloud.org/coprs/adrian/criu-el7/repo/epel-7/adrian-criu-el7-epel-7.repo)
# EPEL is needed for jq and fuse-sshfs.
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -q epel-release || rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# sysctl
echo "user.max_user_namespaces=15076" > /etc/sysctl.d/userns.conf
sysctl --system
Expand Down

0 comments on commit 28fa513

Please sign in to comment.