[chore] Update submodule orc to orc-for-doris-21 branch in build.sh. (#50304)
This commit is contained in:
2
build.sh
2
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"
|
||||
|
||||
Reference in New Issue
Block a user