1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00
This commit is contained in:
Leonid Fedorov
2024-11-05 21:52:25 +00:00
parent 419f1da4d7
commit afd0a4d6bd

View File

@@ -123,6 +123,11 @@ else
echo "Unsupported distribution. This script only supports Rocky[8|9], Ubuntu [20.04|22.04|24.04] Debian[11|12]" echo "Unsupported distribution. This script only supports Rocky[8|9], Ubuntu [20.04|22.04|24.04] Debian[11|12]"
fi fi
make_lz4
make_jemalloc
cd /
message "Downloading sources" message "Downloading sources"
wget https://github.com/apple/foundationdb/archive/refs/tags/${FDB_VERSION}.zip wget https://github.com/apple/foundationdb/archive/refs/tags/${FDB_VERSION}.zip
unzip -q ${FDB_VERSION}.zip unzip -q ${FDB_VERSION}.zip
@@ -131,8 +136,6 @@ message "Configuring cmake"
mkdir -p fdb_build mkdir -p fdb_build
cd fdb_build cd fdb_build
make_lz4
make_jemalloc
#setup_sphinx #setup_sphinx
export CLICOLOR_FORCE=1 export CLICOLOR_FORCE=1