Update package building scripts and images to use Conan (#4435)

* Set version to 1.10.0-rc3
* Test on Fedora 37
* Dependency builds are handled by Conan
This commit is contained in:
Michael Legleux
2023-02-28 14:17:07 -08:00
committed by GitHub
parent 74594d5348
commit e13676f709
20 changed files with 216 additions and 698 deletions

View File

@@ -81,8 +81,10 @@ else
elif [ "${install_from}" = "local" ] ; then
# cached pkg install
pkgs=("yum-utils openssl-static zlib-static")
if [ "$ID" = "rocky" ]; then
sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/Rocky-PowerTools.repo
if [[ "$ID" =~ rocky|fedora ]]; then
if [[ "$ID" =~ "rocky" ]]; then
sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/Rocky-PowerTools.repo
fi
pkgs="${pkgs[@]/openssl-static}"
fi
yum install -y $pkgs