This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 b8660682176 [chore] Update submodule orc to orc-for-doris-21 branch in
build.sh. (#50304)
b8660682176 is described below
commit b8660682176461712bad7c55acfccbb5583e4b4f
Author: Qi Chen <[email protected]>
AuthorDate: Wed Apr 23 15:01:59 2025 +0800
[chore] Update submodule orc to orc-for-doris-21 branch in build.sh.
(#50304)
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index fa5f545f844..f2cb70c3abe 100755
--- a/build.sh
+++ b/build.sh
@@ -503,7 +503,7 @@ FE_MODULES="$(
# Clean and build Backend
if [[ "${BUILD_BE}" -eq 1 ]]; then
- update_submodule "be/src/apache-orc" "apache-orc"
"https://github.com/apache/doris-thirdparty/archive/refs/heads/orc.tar.gz"
+ update_submodule "be/src/apache-orc" "apache-orc"
"https://github.com/apache/doris-thirdparty/archive/refs/heads/orc-for-doris-21.tar.gz"
update_submodule "be/src/clucene" "clucene"
"https://github.com/apache/doris-thirdparty/archive/refs/heads/clucene-2.1.tar.gz"
if [[ -e "${DORIS_HOME}/gensrc/build/gen_cpp/version.h" ]]; then
rm -f "${DORIS_HOME}/gensrc/build/gen_cpp/version.h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]