diff --git a/.gitignore b/.gitignore index 98432d0cbe..28d26ec7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ be/src/gen_cpp/opcode be/tags be/test/olap/test_data/tablet_meta_test.hdr be/.devcontainer/ +be/src/apache-orc/ ## tools tools/ssb-tools/ssb-data/ diff --git a/build.sh b/build.sh index 8c4de60e34..e9701fcac0 100755 --- a/build.sh +++ b/build.sh @@ -251,7 +251,7 @@ if [[ ! -f "${DORIS_HOME}/be/src/apache-orc/README.md" ]]; then echo "apache-orc not exists, need to update submodules ..." set +e cd "${DORIS_HOME}" - git submodule update --init --recursive + git submodule update --init --recursive be/src/apache-orc exit_code=$? set -e if [[ "${exit_code}" -ne 0 ]]; then