Skip to content

Commit 9e460a0

Browse files
authored
[chore](submodule) align clucene submodule branch with doris branch-2.1 (#47268)
1 parent 52396fb commit 9e460a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
[submodule "be/src/clucene"]
2424
path = be/src/clucene
2525
url = https://github.com/apache/doris-thirdparty.git
26-
branch = clucene
26+
branch = clucene-2.1

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ FE_MODULES="$(
504504
# Clean and build Backend
505505
if [[ "${BUILD_BE}" -eq 1 ]]; then
506506
update_submodule "be/src/apache-orc" "apache-orc" "https://github.com/apache/doris-thirdparty/archive/refs/heads/orc.tar.gz"
507-
update_submodule "be/src/clucene" "clucene" "https://github.com/apache/doris-thirdparty/archive/refs/heads/clucene.tar.gz"
507+
update_submodule "be/src/clucene" "clucene" "https://github.com/apache/doris-thirdparty/archive/refs/heads/clucene-2.1.tar.gz"
508508
if [[ -e "${DORIS_HOME}/gensrc/build/gen_cpp/version.h" ]]; then
509509
rm -f "${DORIS_HOME}/gensrc/build/gen_cpp/version.h"
510510
fi

0 commit comments

Comments
 (0)