Explicitly update libarchive on CentOS 8 when installing dependencies. (#11264)
Otherwise, cmake will fail.
Austin S. Hemmelgarn committed
Jun 18, 2021 at 11:03 UTC
cac3ddfa5ed60cb270b7b45490513d478489dbbb
1 file changed
+3
packaging/installer/install-required-packages.sh
+3
@@ -1562,6 +1562,9 @@ validate_tree_centos() {
1562
fi
1563
fi
1564
1565
+ echo >&2 " > Updating libarchive ..."
1566
+ run ${sudo} yum ${opts} install libarchive
1567
+
1568
echo >&2 " > Installing Judy-devel directly ..."
1569
run ${sudo} yum ${opts} install http://mirror.centos.org/centos/8/PowerTools/x86_64/os/Packages/Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.x86_64.rpm
1570