-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build][ipu] cleanup 3.7 for build shell - Part2 #59876
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
可以看下CI流水线会不会有问题 |
@@ -920,7 +920,7 @@ function checkMacPip(){ | |||
if [[ "$version_list" != "" ]];then | |||
return 0 | |||
else | |||
red "未找到可用的pip或pip3。PaddlePaddle目前支持:Python >= 3.7及其对应的pip, 请重新输入,或使用ctrl + c退出" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个脚本都太久没人维护了,看看是不是可以删了,或者在下个pr维护一下
paddle/scripts/paddle_build.sh
Outdated
@@ -4256,12 +4277,12 @@ function main() { | |||
cmake_gen ${PYTHON_ABI:-""} | |||
build_mac | |||
;; | |||
cicheck_py37) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改了这个导致现在 PR-CI-Py3
跑不了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@risemeup1 帮忙看一下PR-CI-Py3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个应该是写死在流水线配置里的,这个 PR 不要改吧?否则需要和配置一起改。而且现在 PR-CI-Py3
应该是 3.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
paddle/scripts/paddle_build.sh
Outdated
export WITH_SHARED_PHI=ON | ||
run_setup ${PYTHON_ABI:-""} bdist_wheel ${parallel_number} | ||
run_linux_cpu_test ${PYTHON_ABI:-""} ${PROC_RUN:-1} | ||
;; | ||
test_cicheck_py37) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR types
Others
PR changes
Others
Description
本pr主要清理编译的 shell
相关链接:
(请先合入 #59680 和 #59871)