1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

helper to install foundationdb locally

This commit is contained in:
Leonid Fedorov
2024-08-19 00:31:49 +04:00
parent b155354d40
commit 75f95d3a6b
3 changed files with 50 additions and 1 deletions

View File

@ -126,6 +126,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