1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

fix(bootstrap_mcs): Manual sync with 75f95d3a6b

Only edd crb repo enable for Rocky9 and fix Cmake typo.
This commit is contained in:
mariadb-AlanMologorsky
2025-04-01 06:41:03 +03:00
committed by Leonid Fedorov
parent e154fcd1d9
commit 89c892ab2f
2 changed files with 5 additions and 1 deletions

View File

@ -129,6 +129,10 @@ install_deps()
yum -y install cmake
fi
if [ $OS = 'Rocky' ]; then
if [[ "$OS_VERSION" == "9" ]]; then
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --set-enabled crb
fi
yum -y groupinstall "Development Tools" && yum config-manager --set-enabled powertools
yum install -y checkpolicy
fi