This is an automated email from the ASF dual-hosted git repository.
morningman 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 f796e3b50df [fix](thirdparty) add missing build_brotli (#42110)
f796e3b50df is described below
commit f796e3b50df9814236a6c620febe436e35ddef5e
Author: Rayner Chen <[email protected]>
AuthorDate: Fri Oct 18 22:46:26 2024 +0800
[fix](thirdparty) add missing build_brotli (#42110)
followup #42017
missing build_brotli in build-thirdparties.sh
---
thirdparty/build-thirdparty.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index 1790512313b..f019f5f1e26 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -1901,6 +1901,7 @@ if [[ "${#packages[@]}" -eq 0 ]]; then
base64
azure
dragonbox
+ brotli
)
if [[ "$(uname -s)" == 'Darwin' ]]; then
read -r -a packages <<<"binutils gettext ${packages[*]}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]