Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov@fedoraproject.org>2022-10-02 00:19:24 +0300
committerAdrian Reber <adrian@lisas.de>2022-10-02 23:28:04 +0300
commit4cd295b9bbe850dd7e07f8160bd559e1a4f2e620 (patch)
tree0366fc240dc3782474125acc1c911d3ef9e05fe4
parent615763ec2d9777167f934f9e6a6830140a94b4ff (diff)
ci: enable EPEL for CentOS 7
python2-future, python2-junit_xml, python-flake8 and libbsd-devel are now provided from EPEL. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 03ed79748..c7ed5027a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -111,6 +111,8 @@ task:
memory: 8G
setup_script: |
+ # EPEL is needed for python2-future, python2-junit_xml, python-flake8 and libbsd-devel.
+ yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
ln -sf /usr/include/google/protobuf/descriptor.proto images/google/protobuf/descriptor.proto
yum install -y findutils gcc git gnutls-devel iproute iptables libaio-devel libasan libcap-devel libnet-devel libnl3-devel libbsd-devel make procps-ng protobuf-c-devel protobuf-devel protobuf-python python python-flake8 python-ipaddress python2-future python2-junit_xml python-yaml python-six sudo tar which e2fsprogs python2-pip rubygem-asciidoctor libselinux-devel
# Even with selinux in permissive mode the selinux tests will be executed