未验证 提交 162f8fe2 编写于 作者: R risemeup1 提交者: GitHub

fix_mac_build_problem (#49435)

* fix_mac_build_problem

* fix_mac_build_problem

* fix_mac_build_problem
上级 8a859554
......@@ -3651,8 +3651,11 @@ function run_setup(){
# reset ccache zero stats for collect PR's actual hit rate
ccache -z
python setup.py $2;build_error=$?
if [ "${PYTHON_EXECUTABLE}" != "" ];then
${PYTHON_EXECUTABLE} setup.py $2;build_error=$?
else
python setup.py $2;build_error=$?
fi
# ci will collect ccache hit rate
collect_ccache_hits
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册