Skip to content

Commit

Permalink
[chore](build) Fix missing ms in output when build for release arm64 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinchou authored Dec 30, 2024
1 parent 2466d08 commit d6ea787
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 d6ea787

Please sign in to comment.