This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.12 by this push: new c532dd7 [BUILD] Replace deprecated orc source in 0.12 (#4296) c532dd7 is described below commit c532dd781603a884639a163e333e87920a12aae7 Author: Fullstop000 <fullstop1...@gmail.com> AuthorDate: Tue Aug 11 09:37:05 2020 +0800 [BUILD] Replace deprecated orc source in 0.12 (#4296) The original orc-1.5.8 in original mirror has gone. Using the approach in the master branch instead --- thirdparty/vars.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 65eaec2..ef78839 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -260,10 +260,10 @@ CROARINGBITMAP_NAME=CRoaring-0.2.60.tar.gz CROARINGBITMAP_SOURCE=CRoaring-0.2.60 CROARINGBITMAP_MD5SUM="29602918e6890ffdeed84cb171857046" # ORC -ORC_DOWNLOAD="http://mirror.bit.edu.cn/apache/orc/orc-1.5.8/orc-1.5.8.tar.gz" +ORC_DOWNLOAD="https://github.com/apache/orc/archive/rel/release-1.5.8.tar.gz" ORC_NAME=orc-1.5.8.tar.gz ORC_SOURCE=orc-1.5.8 -ORC_MD5SUM="2318b0a8233c8833b3a6cfd771c60883" +ORC_MD5SUM="49eb9ce94060b26d4bc3595b2f1efb4c" # jemalloc JEMALLOC_DOWNLOAD="https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org