This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 493f9f563c [chore](third-party) temporary rollback brpc to 1.4 (#21011) 493f9f563c is described below commit 493f9f563c721e8704ed3a2e6b074ac570cc465f Author: Xinyi Zou <zouxiny...@gmail.com> AuthorDate: Tue Jun 20 20:16:51 2023 +0800 [chore](third-party) temporary rollback brpc to 1.4 (#21011) --- thirdparty/download-thirdparty.sh | 2 +- thirdparty/vars.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/thirdparty/download-thirdparty.sh b/thirdparty/download-thirdparty.sh index f77868dd8d..11908f3815 100755 --- a/thirdparty/download-thirdparty.sh +++ b/thirdparty/download-thirdparty.sh @@ -401,7 +401,7 @@ if [[ "${SIMDJSON_SOURCE}" = "simdjson-3.0.1" ]]; then fi echo "Finished patching ${SIMDJSON_SOURCE}" -if [[ "${BRPC_SOURCE}" == 'brpc-1.5.0' ]]; then +if [[ "${BRPC_SOURCE}" == 'brpc-1.4.0' ]]; then cd "${TP_SOURCE_DIR}/${BRPC_SOURCE}" if [[ ! -f "${PATCHED_MARK}" ]]; then for patch_file in "${TP_PATCH_DIR}"/brpc-*; do diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 144a61e10d..861a018b40 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -197,10 +197,10 @@ LEVELDB_SOURCE=leveldb-1.23 LEVELDB_MD5SUM="afbde776fb8760312009963f09a586c7" # brpc -BRPC_DOWNLOAD="https://github.com/apache/brpc/archive/refs/tags/1.5.0.tar.gz" -BRPC_NAME="brpc-1.5.0.tar.gz" -BRPC_SOURCE="brpc-1.5.0" -BRPC_MD5SUM="d1b6d9b615292dfa5cefa227822c5996" +BRPC_DOWNLOAD="https://github.com/apache/brpc/archive/refs/tags/1.4.0.tar.gz" +BRPC_NAME="brpc-1.4.0.tar.gz" +BRPC_SOURCE="brpc-1.4.0" +BRPC_MD5SUM="6af9d50822c33a3abc56a1ec0af0e0bc" # rocksdb ROCKSDB_DOWNLOAD="https://github.com/facebook/rocksdb/archive/v5.14.2.tar.gz" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org