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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 89496a4cc21 branch-3.0: [chore](build) Fix missing ms in output when 
build for release arm64 #46031 (#46163)
89496a4cc21 is described below

commit 89496a4cc21a973493cde22aca2d5fa6158fa302
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 19:14:11 2025 +0800

    branch-3.0: [chore](build) Fix missing ms in output when build for release 
arm64 #46031 (#46163)
    
    Cherry-picked from #46031
    
    Co-authored-by: Gavin Chou <[email protected]>
---
 build-for-release.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/build-for-release.sh b/build-for-release.sh
index 41580c91a00..5e8df5978b3 100755
--- a/build-for-release.sh
+++ b/build-for-release.sh
@@ -166,11 +166,7 @@ cp -R "${ORI_OUTPUT}"/apache_hdfs_broker 
"${OUTPUT_EXT}"/apache_hdfs_broker
 cp -R "${ORI_OUTPUT}"/be/* "${OUTPUT_BE}"/
 
 # CLOUD
-if [[ "${ARCH}" == "arm64" ]]; then
-    echo "WARNING: Cloud module is not supported on ARM platform, will skip 
building it."
-else
-    cp -R "${ORI_OUTPUT}"/ms/* "${OUTPUT_CLOUD}"/
-fi
+cp -R "${ORI_OUTPUT}"/ms/* "${OUTPUT_CLOUD}"/
 
 if [[ "${TAR}" -eq 1 ]]; then
     echo "Begin to compress"


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

Reply via email to