1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

review fixes

This commit is contained in:
aleksei.bukhalov
2025-07-04 14:36:10 +02:00
committed by Leonid Fedorov
parent 6a57129416
commit 09f5df182c
8 changed files with 38 additions and 26 deletions

View File

@ -27,8 +27,10 @@ if [[ -z "${CONTAINER_NAME:-}" || -z "${DOCKER_IMAGE:-}" || -z "${RESULT:-}" ||
exit 1
fi
select_pkg_format ${RESULT}
start_container() {
if [[ "$RESULT" == *rocky* ]]; then
if [[ $PKG_FORMAT == "rpm" ]]; then
SYSTEMD_PATH="/usr/lib/systemd/systemd"
MTR_PATH="/usr/share/mysql-test"
else