1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

libc++ sepatare build

This commit is contained in:
Leonid Fedorov
2025-07-14 16:51:17 +00:00
parent 680adce45d
commit d0439730e0
3 changed files with 16 additions and 5 deletions

View File

@@ -400,7 +400,7 @@ construct_cmake_flags() {
if [[ $MSAN = true ]]; then
warn "Building with Memory Sanitizer"
MDB_CMAKE_FLAGS+=(-DWITH_MSAN=ON -DWITH_COLUMNSTORE_REPORT_PATH=${REPORT_PATH})
MDB_CMAKE_FLAGS+=(-DWITH_MSAN=ON -DCOLUMNSTORE_WITH_LIBCPP=YES -DWITH_COLUMNSTORE_REPORT_PATH=${REPORT_PATH})
fi
if [[ $WITHOUT_COREDUMPS = true ]]; then
@@ -800,6 +800,7 @@ init_submodules
if [[ $BUILD_PACKAGES = true ]]; then
modify_packaging
fix_config_files
(build_package && run_unit_tests)
exit_code=$?