Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshuo78520a committed Aug 12, 2021
1 parent d90433f commit 3b483e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,9 @@ function check_whl_size() {
exit 1
fi

set +x
dev_whl_size=`du -m ${PADDLE_ROOT}/build/python/dist/*.whl|awk '{print $1}'`
echo "dev_whl_size: ${dev_whl_size}"
pr_whl_size=196

whldiffSize=`expr ${pr_whl_size} - ${dev_whl_size}`
if [ ${whldiffSize} -gt 10 ] ; then
Expand All @@ -745,6 +745,7 @@ function check_whl_size() {
exit 6
fi
fi
set -x
}

function generate_upstream_develop_api_spec() {
Expand Down

1 comment on commit 3b483e1

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.