This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new d46b57f [Thirdparty] Use the bundle source of zstd when build_arrow (#5179) d46b57f is described below commit d46b57fae4f7b709bade722cf51ee05e61d441bc Author: HuangWei <huang...@apache.org> AuthorDate: Mon Jan 4 09:33:40 2021 +0800 [Thirdparty] Use the bundle source of zstd when build_arrow (#5179) use bundle source of zstd & double-conversion, instead of system. --- thirdparty/build-thirdparty.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh index ccc8e65..0d69b0e 100755 --- a/thirdparty/build-thirdparty.sh +++ b/thirdparty/build-thirdparty.sh @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org