Skip to content
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

Merged
merged 4 commits into from
Dec 14, 2023

Conversation

gouzil
Copy link
Member

@gouzil gouzil commented Dec 10, 2023

PR types

Others

PR changes

Others

Description

本pr主要清理编译的 shell

相关链接:

(请先合入 #59680#59871)

Copy link

paddle-bot bot commented Dec 10, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label Dec 10, 2023
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Dec 11, 2023
@luotao1
Copy link
Contributor

luotao1 commented Dec 12, 2023

可以看下CI流水线会不会有问题

@@ -920,7 +920,7 @@ function checkMacPip(){
if [[ "$version_list" != "" ]];then
return 0
else
red "未找到可用的pip或pip3。PaddlePaddle目前支持:Python >= 3.7及其对应的pip, 请重新输入,或使用ctrl + c退出"
Copy link
Member Author

Choose a reason for hiding this comment

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

这个脚本都太久没人维护了,看看是不是可以删了,或者在下个pr维护一下

@@ -4256,12 +4277,12 @@ function main() {
cmake_gen ${PYTHON_ABI:-""}
build_mac
;;
cicheck_py37)
Copy link
Member Author

Choose a reason for hiding this comment

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

改了这个导致现在 PR-CI-Py3 跑不了

Copy link
Member Author

Choose a reason for hiding this comment

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

@risemeup1 帮忙看一下PR-CI-Py3

Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

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)
Copy link
Member Author

Choose a reason for hiding this comment

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

同上

@gouzil gouzil requested review from luotao1 and removed request for luotao1 December 13, 2023 13:46
@gouzil
Copy link
Member Author

gouzil commented Dec 13, 2023

可以看下CI流水线会不会有问题

Done

Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

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

LGTMeow

@luotao1 luotao1 merged commit e2a722f into PaddlePaddle:develop Dec 14, 2023
29 checks passed
@gouzil gouzil deleted the forbid-py37-2 branch December 27, 2023 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource 快乐开源活动issue与PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants