[Thirdparty] Use the bundle source of zstd when build_arrow (#5179)
use bundle source of zstd & double-conversion, instead of system.
This commit is contained in:
4
thirdparty/build-thirdparty.sh
vendored
4
thirdparty/build-thirdparty.sh
vendored
@ -569,7 +569,9 @@ build_arrow() {
|
||||
-DSnappy_ROOT=$TP_INSTALL_DIR/ \
|
||||
-DGLOG_ROOT=$TP_INSTALL_DIR/ \
|
||||
-DLZ4_ROOT=$TP_INSTALL_DIR/ \
|
||||
-DThrift_ROOT=$TP_INSTALL_DIR/ ..
|
||||
-DThrift_ROOT=$TP_INSTALL_DIR/ \
|
||||
-DZSTD_SOURCE=BUNDLED \
|
||||
-Ddouble-conversion_SOURCE=BUNDLED ..
|
||||
|
||||
make -j$PARALLEL && make install
|
||||
#copy dep libs
|
||||
|
||||
Reference in New Issue
Block a user