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

add rpmbuild

This commit is contained in:
Leonid Fedorov
2024-08-09 06:48:01 +04:00
parent 36dd1c10e6
commit 04b20050d3
2 changed files with 2 additions and 3 deletions

View File

@ -89,7 +89,7 @@ elif [[ ${ID} == "rocky" ]]; then
curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo
fi
dnf install -y -q --allowerasing automake cmake curl dnf gcc git jemalloc-devel jq mono-devel patch perl python3-devel unzip
dnf install -y -q --allowerasing automake cmake curl dnf gcc git jemalloc-devel jq mono-devel patch perl python3-devel rpm-build unzip
make_openssl
OPENSSL_FLAGS=' -DOPENSSL_ROOT_DIR=/usr/local/openssl/ '