You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
paths
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user