From a6b1126f6dd4812065242c43a4f0bcbd4e75f7d7 Mon Sep 17 00:00:00 2001 From: Christoph Hasse Date: Wed, 9 Jun 2021 17:46:41 +0200 Subject: [PATCH] fix: workaround centos-8 bug-18212 --- ci/install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/install_dependencies.sh b/ci/install_dependencies.sh index 35c57d6c..2143a51f 100755 --- a/ci/install_dependencies.sh +++ b/ci/install_dependencies.sh @@ -56,6 +56,7 @@ case "$distro_id" in ;; 'centos'|'rhel') + yum -y update libarchive # workaround for https://bugs.centos.org/view.php?id=18212 yum -y install epel-release # enable copr for gtest curl https://copr.fedorainfracloud.org/coprs/defolos/devel/repo/epel-7/defolos-devel-epel-7.repo > /etc/yum.repos.d/_copr_defolos-devel.repo