1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00
This commit is contained in:
Leonid Fedorov
2024-08-08 17:14:51 +04:00
parent e31222c169
commit 48aaf486e3

View File

@@ -60,7 +60,7 @@ elif [[ ${ID} == "rocky" ]]; then
if [[ ${VERSION_ID} == "9.3" ]]; then if [[ ${VERSION_ID} == "9.3" ]]; then
message "Preparing dev requirements for Rockylinux 9" message "Preparing dev requirements for Rockylinux 9"
\ dnf install -y
epel-release \ epel-release \
scl-utils \ scl-utils \
yum-utils yum-utils
@@ -68,7 +68,7 @@ elif [[ ${ID} == "rocky" ]]; then
else else
message "Preparing dev requirements for Rockylinux 8" message "Preparing dev requirements for Rockylinux 8"
dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled powertools dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled powertools
dnf install -y gcc-toolset-${GCC_VERSION} dnf install -y epel-release gcc-toolset-${GCC_VERSION}
. /opt/rh/gcc-toolset-${GCC_VERSION}/enable . /opt/rh/gcc-toolset-${GCC_VERSION}/enable
rpmkeys --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" rpmkeys --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo