This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 1eea8dcb2c7 [enhance](thirdparty) add boritli headers in thirdparty 
(#42017) (#42110) (#42124)
1eea8dcb2c7 is described below

commit 1eea8dcb2c7ae0751bd531be6ea5661ac2de8002
Author: Rayner Chen <morning...@163.com>
AuthorDate: Mon Oct 21 09:51:11 2024 +0800

    [enhance](thirdparty) add boritli headers in thirdparty (#42017) (#42110) 
(#42124)
    
    bp  (#42017) (#42110)
    
    ---------
    
    Co-authored-by: Socrates <suxiaogang...@icloud.com>
---
 thirdparty/build-thirdparty.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index 33d1dd12960..9fb9231f990 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -644,6 +644,13 @@ build_lzo2() {
     strip_lib liblzo2.a
 }
 
+# brotli
+build_brotli() {
+    check_if_source_exist "${BROTLI_SOURCE}"
+    # brotli has been builded in build_arrow, so just copy headers
+    cp -r "${TP_SOURCE_DIR}/${BROTLI_SOURCE}/c/include/brotli" 
"${TP_INCLUDE_DIR}/"
+}
+
 # curl
 build_curl() {
     check_if_source_exist "${CURL_SOURCE}"
@@ -1844,6 +1851,7 @@ if [[ "${#packages[@]}" -eq 0 ]]; then
         streamvbyte
         ali_sdk
         base64
+        brotli
     )
     if [[ "$(uname -s)" == 'Darwin' ]]; then
         read -r -a packages <<<"binutils gettext ${packages[*]}"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to