You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +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:
committed by
Leonid Fedorov
parent
e154fcd1d9
commit
89c892ab2f
@ -129,6 +129,10 @@ install_deps()
|
|||||||
yum -y install cmake
|
yum -y install cmake
|
||||||
fi
|
fi
|
||||||
if [ $OS = 'Rocky' ]; then
|
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 -y groupinstall "Development Tools" && yum config-manager --set-enabled powertools
|
||||||
yum install -y checkpolicy
|
yum install -y checkpolicy
|
||||||
fi
|
fi
|
||||||
|
@ -61,7 +61,7 @@ MACRO(SETA var)
|
|||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
ENDMACRO(SETA)
|
ENDMACRO(SETA)
|
||||||
|
|
||||||
SETA(CPACK_RPM_columnstore--engine_PACKAGE_PROVIDES "MariaDB-columnstore-engine")
|
SETA(CPACK_RPM_columnstore-engine_PACKAGE_PROVIDES "MariaDB-columnstore-engine")
|
||||||
|
|
||||||
#boost is a source build in CentOS 6 so don't require it as a package
|
#boost is a source build in CentOS 6 so don't require it as a package
|
||||||
SET(REDHAT_VERSION_NUMBER OFF)
|
SET(REDHAT_VERSION_NUMBER OFF)
|
||||||
|
Reference in New Issue
Block a user