未验证 提交 8cee5690 编写于 作者: R risemeup1 提交者: GitHub

fix coverage kill 9 bug (#54905)

* set make -j18,test=document_fix

* set make -j18,test=document_fix

* set make -j18,test=document_fix
上级 167d048d
......@@ -3552,9 +3552,11 @@ EOF
if [ "$3" != "" ]; then
parallel_number=$3
fi
export MAX_JOBS=${parallel_number}
# reset ccache zero stats for collect PR's actual hit rate
if [ "${MAX_JOBS}" == "" ]; then
export MAX_JOBS=${parallel_number}
fi
ccache -z
cd ..
if [ "${PYTHON_EXECUTABLE}" != "" ];then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册