提交 ec4ad250 编写于 作者: N NorseGaud

Further reduction of jobs to avoid error described in issues/4573

上级 7d8d892e
......@@ -276,7 +276,7 @@
printf "\\n\\t>>>>>>>>>>>>>>>>>>>> EOSIO has been successfully configured but not yet built.\\n\\n"
exit 0
fi
if [ $CPU_CORE -gt 4 ]; then CPU_CORE=$((CPU_CORE / 2)); fi
if [ $CPU_CORE -gt 6 ]; then CPU_CORE=$((CPU_CORE / 3)); fi
if ! make -j"${CPU_CORE}"
then
printf "\\n\\t>>>>>>>>>>>>>>>>>>>> MAKE building EOSIO has exited with the above error.\\n\\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册