1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

chore(ci): MCOL-6071 remove crb repo enabling for rocky in prepare_test_container.sh

This commit is contained in:
aleksei.bukhalov
2025-07-06 13:26:48 +02:00
committed by Leonid Fedorov
parent 6e3cf16ce4
commit 5b92723b5c
2 changed files with 1 additions and 2 deletions

View File

@ -105,7 +105,6 @@ fi
# install deps
if [[ "$RESULT" == *rocky* ]]; then
execInnerDockerWithRetry "$CONTAINER_NAME" 'dnf install -y dnf-plugins-core && dnf config-manager --set-enabled crb'
execInnerDockerWithRetry "$CONTAINER_NAME" 'yum --nobest update -y && yum --nobest install -y cracklib-dicts diffutils elfutils epel-release expect findutils iproute gawk gcc-c++ gdb hostname lz4 patch perl procps-ng rsyslog sudo tar wget which'
else
change_ubuntu_mirror_in_docker "$CONTAINER_NAME" "us"