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

[CINN] Emergency Fix for Paddle-CINN CI Problem #43860

Merged
merged 2 commits into from
Jun 27, 2022

Conversation

zhhsplendid
Copy link
Member

@zhhsplendid zhhsplendid commented Jun 27, 2022

PR types

Bug fixes

PR changes

Others

Describe

The paddle-cinn failed recently and block all PRs from merging. We found the key error reason from the log:

b207bbfd3ebfabb2141a88b85241420b

The CI environment didn't contain llvm.

We then debug and found #43534 deleted the llvm due to clang-format upgrade:
f9d07b8e3c2b2cba7a790716961d98cf

So this PR added the llvm back. However, clang-llvm-3.8.0 contains clang-format-3.8, so we modified the old command cp -r to cp -rn, which could ignore the installed clang-format-13

@paddle-bot-old
Copy link

你的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-old
Copy link

paddle-bot-old bot commented Jun 27, 2022

✅ This PR's description meets the template requirements!
Please wait for other CI results.

@tianshuo78520a
Copy link
Contributor

LGTM

1 similar comment
@tianshuo78520a
Copy link
Contributor

LGTM

Copy link
Contributor

@thisjiang thisjiang left a comment

Choose a reason for hiding this comment

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

LGTM

@zhhsplendid zhhsplendid merged commit a8113a6 into PaddlePaddle:develop Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants