This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 f4b0289 Do not build llvm thirdparty (#3116)
f4b0289 is described below
commit f4b028915ba071fb110e681fa337d59d3571f1b4
Author: LingBin <[email protected]>
AuthorDate: Sun Mar 15 18:34:52 2020 +0800
Do not build llvm thirdparty (#3116)
LLVM related codes have already be removed in master branch,
so there is no need to build llvm tool(which need a long
time to compile it).
Currently, some old release of Doris may still need it, so
for now, we just comment it, instead of remove it.
---
thirdparty/build-thirdparty.sh | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index a7369fe..b80920e 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -671,7 +671,13 @@ build_orc() {
make -j$PARALLEL && make install
}
-build_llvm
+# See https://github.com/apache/incubator-doris/issues/2910
+# LLVM related codes have already be removed in master, so there is
+# no need to build llvm tool here.
+# Currently, some old release of Doris may still need it, so for now
+# we just comment it, instead of remove it.
+# build_llvm
+
build_libevent
build_zlib
build_lz4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]