1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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]"
fi
make_lz4
make_jemalloc
cd /
message "Downloading sources"
wget https://github.com/apple/foundationdb/archive/refs/tags/${FDB_VERSION}.zip
unzip -q ${FDB_VERSION}.zip
@ -131,8 +136,6 @@ message "Configuring cmake"
mkdir -p fdb_build
cd fdb_build
make_lz4
make_jemalloc
#setup_sphinx
export CLICOLOR_FORCE=1