1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

set only one config dir, as LAYOUT_STANDALONE works with the same one, forcing color

inside bootstrap
This commit is contained in:
Leonid Fedorov
2025-05-22 16:20:18 +00:00
committed by Leonid Fedorov
parent a359a8f7b8
commit d8a9617312
2 changed files with 3 additions and 8 deletions

View File

@ -6,13 +6,13 @@
set -o pipefail
export CLICOLOR_FORCE=1 #cmake output
INSTALL_PREFIX="/usr/"
DATA_DIR="/var/lib/mysql/data"
CMAKE_BIN_NAME=cmake
CTEST_BIN_NAME=ctest
RPM_CONFIG_DIR="/etc/my.cnf.d"
DEB_CONFIG_DIR="/etc/mysql/mariadb.conf.d"
CONFIG_DIR=$RPM_CONFIG_DIR
CONFIG_DIR="/etc/my.cnf.d"
SCRIPT_LOCATION=$(dirname "$0")
MDB_SOURCE_PATH=$(realpath "$SCRIPT_LOCATION"/../../../..)
@ -84,10 +84,6 @@ if [[ "$OS" == *"rocky"* ]]; then
pkg_format="rpm"
fi
if [[ $pkg_format = "deb" ]]; then
CONFIG_DIR=$DEB_CONFIG_DIR
fi
disable_git_restore_frozen_revision() {
cd $MDB_SOURCE_PATH
git config submodule.storage/columnstore/columnstore.update none