Skip to content

Commit

Permalink
branch-3.0: [chore](build) Fix missing ms in output when build for re…
Browse files Browse the repository at this point in the history
…lease arm64 #46031 (#46163)

Cherry-picked from #46031

Co-authored-by: Gavin Chou <[email protected]>
  • Loading branch information
github-actions[bot] and gavinchou authored Jan 6, 2025
1 parent 262e185 commit 89496a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build-for-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89496a4

Please sign in to comment.