1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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

@ -443,7 +443,7 @@ local Pipeline(branch, platform, event, arch="amd64", server="10.6-enterprise",
"echo $$DOCKER_PASSWORD | docker login --username $$DOCKER_LOGIN --password-stdin",
"apk add bash && bash /mdb/" + builddir + "/storage/columnstore/columnstore/build/run_multi_node_mtr.sh " +
"--columnstore-image-name $${MCS_IMAGE_NAME}" +
"--columnstore-image-name $${MCS_IMAGE_NAME} " +
"--distro " + platform,
],
},

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"