-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: Upgrade clang-format clang-tidy version #33173
Conversation
Signed-off-by: Patrick Weizhi Xu <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: PwzXxm The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #33173 +/- ##
==========================================
+ Coverage 82.17% 82.23% +0.06%
==========================================
Files 1009 1009
Lines 128822 128822
==========================================
+ Hits 105856 105942 +86
+ Misses 18961 18886 -75
+ Partials 4005 3994 -11 |
Wait for #33141 |
…eps.sh Default llvm toolchain version in Ubuntu 20.04 is 10, while Ubuntu 22.04 does not have `clang-tidy-10` or `clang-format-10` by default. Upgrade clang-format and clang-tidy from 10 to 12, so that both Ubuntu 20.04 and 22.04 are able to run. See milvus-io#33173 issue: milvus-io#33142 Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Patrick Weizhi Xu <[email protected]> Co-authored-by: Patrick Weizhi Xu <[email protected]>
Close cuz duplicated with #33141 |
Default llvm toolchain version in Ubuntu 20.04 is 10, while Ubuntu 22.04 does not have `clang-tidy-10` or `clang-format-10` by default. Upgrade clang-format and clang-tidy from 10 to 12, so that both Ubuntu 20.04 and 22.04 are able to run. See milvus-io#33173 issue: milvus-io#33142 Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Patrick Weizhi Xu <[email protected]> Co-authored-by: Patrick Weizhi Xu <[email protected]>
Default llvm toolchain version in Ubuntu 20.04 is 10, while Ubuntu 22.04 does not have `clang-tidy-10` or `clang-format-10` by default. Upgrade clang-format and clang-tidy from 10 to 12, so that both Ubuntu 20.04 and 22.04 are able to run. See milvus-io#33173 issue: milvus-io#33142 Co-authored-by: Patrick Weizhi Xu <[email protected]> Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Patrick Weizhi Xu <[email protected]>
Default llvm toolchain version in Ubuntu 20.04 is 10, while Ubuntu 22.04 does not have `clang-tidy-10` or `clang-format-10` by default. Upgrade clang-format and clang-tidy from 10 to 12, so that both Ubuntu 20.04 and 22.04 are able to run. See milvus-io#33173 issue: milvus-io#33142 Co-authored-by: Patrick Weizhi Xu <[email protected]> Signed-off-by: Patrick Weizhi Xu <[email protected]> Signed-off-by: Yinzuo Jiang <[email protected]>
issue: #33142
Upgrade clang-format and clang-tidy from 10 to 12, so that both Ubuntu 20.04 and 22.04 are able to run