File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
[submodule "be/src/clucene "]
24
24
path = be/src/clucene
25
25
url = https://github.com/apache/doris-thirdparty.git
26
- branch = clucene
26
+ branch = clucene-2.1
Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ FE_MODULES="$(
504
504
# Clean and build Backend
505
505
if [[ " ${BUILD_BE} " -eq 1 ]]; then
506
506
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"
508
508
if [[ -e " ${DORIS_HOME} /gensrc/build/gen_cpp/version.h" ]]; then
509
509
rm -f " ${DORIS_HOME} /gensrc/build/gen_cpp/version.h"
510
510
fi
You can’t perform that action at this time.
0 commit comments