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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 3cb7f986951 [release](build script) fix build release bug when build 
multiple version on same machine #32104 (#32109)
3cb7f986951 is described below

commit 3cb7f986951ee149dc6278ae935fa6e210f42e1e
Author: shuke <[email protected]>
AuthorDate: Tue Mar 12 22:55:04 2024 +0800

    [release](build script) fix build release bug when build multiple version 
on same machine #32104 (#32109)
---
 build-for-release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-for-release.sh b/build-for-release.sh
index 0d9e6efb4d2..2a7569aaa30 100755
--- a/build-for-release.sh
+++ b/build-for-release.sh
@@ -122,6 +122,7 @@ fi
 echo "ARCH: ${ARCH}"
 
 ORI_OUTPUT="${ROOT}/output"
+rm -rf "${ORI_OUTPUT}"
 
 FE="fe"
 BE="be"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to