You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gensrc/script/gen_build_version.sh
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ if [[ -z "${DORIS_HOME}" ]]; then
60
60
fi
61
61
62
62
if [[ -z"${DORIS_TEST_BINARY_DIR}" ]];then
63
-
if [[ -e"${DORIS_HOME}/fe/fe-core/target/generated-sources/build/org/apache/doris/common/Version.java"&&-e"${DORIS_HOME}/gensrc/build/gen_cpp/version.h"&&-e"${DORIS_HOME}/gensrc/build/gen_cpp/cloud_version.h" ]];then
63
+
if [[ -e"${DORIS_HOME}/fe/fe-common/target/generated-sources/build/org/apache/doris/common/Version.java"&&-e"${DORIS_HOME}/gensrc/build/gen_cpp/version.h"&&-e"${DORIS_HOME}/gensrc/build/gen_cpp/cloud_version.h" ]];then
0 commit comments