Skip to content

Commit 63602f9

Browse files
authored
[Chore](thrift) prevent BE to be recompiled many files apache#19272
Prevent BE to be recompiled many files: When we execute build.sh, it clean thrift code so that BE will be recompiled many files. It is added by this pr apache#19217 We can use build.sh --clean to clean the thrift code. No need to clean it every time.
1 parent 09b9aba commit 63602f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generated-source.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export DORIS_HOME="${ROOT}"
3030

3131
echo "Build generated code"
3232
cd "${DORIS_HOME}/gensrc"
33-
rm -rf "${DORIS_HOME}/gensrc/build"
3433
# DO NOT using parallel make(-j) for gensrc
3534
make
3635
rm -rf "${DORIS_HOME}/fe/fe-common/src/main/java/org/apache/doris/thrift ${DORIS_HOME}/fe/fe-common/src/main/java/org/apache/parquet"

0 commit comments

Comments
 (0)