-
Notifications
You must be signed in to change notification settings - Fork 409
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
Clang 17 & C++23 Compatibility #7193
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
Change it to clang-17 that 17.0.4 was released on oct 31st |
12 tasks
This was referenced Jan 2, 2024
12 tasks
This was referenced Apr 11, 2024
13 tasks
12 tasks
12 tasks
This was referenced Jul 1, 2024
ti-chi-bot bot
pushed a commit
to PingCAP-QE/ci
that referenced
this issue
Jul 3, 2024
### **User description** Fix that git considers the directory as not safe, making tiflash sanitizer failed to build https://ci.pingcap.net/blue/organizations/jenkins/tiflash-sanitizer-daily/detail/tiflash-sanitizer-daily/1987/pipeline/ ``` [2024-07-01T18:48:01.172Z] fatal: detected dubious ownership in repository at '/home/jenkins/agent/workspace/tiflash-sanitizer-daily/tiflash' [2024-07-01T18:48:01.172Z] To add an exception for this directory, call: [2024-07-01T18:48:01.172Z] [2024-07-01T18:48:01.172Z] git config --global --add safe.directory /home/jenkins/agent/workspace/tiflash-sanitizer-daily/tiflash ``` ref pingcap/tiflash#7193 ___ ### **PR Type** Bug fix, Configuration changes ___ ### **Description** - Added commands to configure Git safe directories to avoid build failures due to dubious ownership detection. - Ensured the directories `${curws}/tiflash/contrib/tiflash-proxy` and `${curws}/tiflash` are marked as safe. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>tiflash-sanitizer-daily.groovy</strong><dd><code>Configure Git safe directories for tiflash-sanitizer build</code></dd></summary> <hr> jenkins/pipelines/ci/tiflash/tiflash-sanitizer-daily.groovy <li>Added commands to configure Git safe directories.<br> <li> Ensured the directories used in the build process are marked as safe.<br> </details> </td> <td><a href="https://github.com/PingCAP-QE/ci/pull/3019/files#diff-cf6e0f80b8d57ff16c04804cccb20aa2048f6041c6c159d041d860881b6fb9ae">+5/-0</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions
This was referenced Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
Clang 16.0.0 was officially released 2 weeks ago (March, 2023).
https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0
The text was updated successfully, but these errors were encountered: