This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 63602f9f06 [Chore](thrift) prevent BE to be recompiled many files 
#19272
63602f9f06 is described below

commit 63602f9f069c1561ae26ba0e9447ac07468e4055
Author: ZhangYu0123 <67053339+zhangyu0...@users.noreply.github.com>
AuthorDate: Fri May 5 12:28:00 2023 +0800

    [Chore](thrift) prevent BE to be recompiled many files #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
    #19217
    We can use build.sh --clean to clean the thrift code. No need to clean it 
every time.
---
 generated-source.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/generated-source.sh b/generated-source.sh
index 605d68afe3..b773eda323 100755
--- a/generated-source.sh
+++ b/generated-source.sh
@@ -30,7 +30,6 @@ export DORIS_HOME="${ROOT}"
 
 echo "Build generated code"
 cd "${DORIS_HOME}/gensrc"
-rm -rf "${DORIS_HOME}/gensrc/build"
 # DO NOT using parallel make(-j) for gensrc
 make
 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"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to