This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 45824d959cf1e2eea182ec0036bff7556cc43801 Author: shuke <[email protected]> AuthorDate: Tue Mar 12 15:41:12 2024 +0800 [release](build script) fix build release bug when build multiple version on same machine #32104 --- 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]
