This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 3b45f8b2e991f1b44cc620b0a4d0ba8789a8a803 Author: Pxl <[email protected]> AuthorDate: Thu Jun 2 20:52:17 2022 +0800 [Enhancement][Chore] remove breakpad and unused variable (#9937) --- thirdparty/build-thirdparty.sh | 10 ---------- thirdparty/vars.sh | 9 --------- 2 files changed, 19 deletions(-) diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh index d29ae4bf8e..ded57accde 100755 --- a/thirdparty/build-thirdparty.sh +++ b/thirdparty/build-thirdparty.sh @@ -961,15 +961,6 @@ build_benchmark() { cp $TP_SOURCE_DIR/$BENCHMARK_SOURCE/build/src/libbenchmark.a $TP_LIB_DIR/ } -# breakpad -build_breakpad() { - check_if_source_exist $BREAKPAD_SOURCE - - cd $TP_SOURCE_DIR/$BREAKPAD_SOURCE - ./configure --prefix=$TP_INSTALL_DIR - make -j $PARALLEL && make install -} - # simdjson build_simdjson() { check_if_source_exist $SIMDJSON_SOURCE @@ -1034,7 +1025,6 @@ build_krb5 build_hdfs3 build_hdfs3_with_kerberos build_benchmark -build_breakpad build_simdjson build_libbacktrace diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 12ece01216..0badee8365 100755 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -364,14 +364,6 @@ BENCHMARK_NAME=benchmark-1.5.6.tar.gz BENCHMARK_SOURCE=benchmark-1.5.6 BENCHMARK_MD5SUM="668b9e10d8b0795e5d461894db18db3c" -# breakpad -# breakpad has no release version, the source is from commit@38ee0be, -# and also add lss files. See README.md in it. -BREAKPAD_DOWNLOAD="https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/breakpad-src-38ee0be-with-lss.tar.gz" -BREAKPAD_NAME=breakpad-src-38ee0be-with-lss.tar.gz -BREAKPAD_SOURCE=breakpad-src-38ee0be-with-lss -BREAKPAD_MD5SUM="fd8c4f6f5cf8b5e03a4c3c39fde83368" - # xsimd # for arrow-7.0.0, if arrow upgrade, this version may also need to be changed XSIMD_DOWNLOAD="https://github.com/xtensor-stack/xsimd/archive/aeec9c872c8b475dedd7781336710f2dd2666cb2.tar.gz" @@ -443,7 +435,6 @@ HDFS3 LIBDIVIDE PDQSORT BENCHMARK -BREAKPAD XSIMD SIMDJSON LIBBACKTRACE" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
