File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,12 +188,16 @@ install_deps() {
188188 if [ " x${RHEL} " != " x2023" ]; then
189189 if [ " x${RHEL} " = " x10" ]; then
190190 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
191+ /usr/bin/crb enable
191192 else
192193 yum -y install epel-release
193194 fi
194195 fi
195196 yum -y install git wget
196- yum -y install rpm-build make rpmlint rpmdevtools cmake3 libcurl-devel zlib-devel
197+ yum -y install rpm-build make rpmdevtools cmake3 libcurl-devel zlib-devel
198+ if [ " ${RHEL} " != " 10" ]; then
199+ yum -y install rpmlint
200+ fi
197201 yum -y install gcc gcc-c++
198202 yum -y install libatomic
199203 if [ " x${RHEL} " != " x2023" ]; then
@@ -228,6 +232,7 @@ install_deps() {
228232 export DIST=" $( lsb_release -sc) "
229233 percona-release enable pdps-84-lts release
230234 apt-get install -y cmake autotools-dev autoconf automake build-essential devscripts debconf debhelper fakeroot
235+ apt-get install -y git
231236 if [ " ${OS_NAME} " == " bullseye" ]; then
232237 apt-get install -y ca-certificates xz-utils
233238 wget https://github.com/Kitware/CMake/releases/download/v3.21.7/cmake-3.21.7-linux-x86_64.tar.gz
You can’t perform that action at this time.
0 commit comments