-
Notifications
You must be signed in to change notification settings - Fork 546
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
Use clang-tools on x86 only #3969
Conversation
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.
LGTM, pending style fix (looks like copyright).
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.
LGTM
@gpucibot merge |
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #3969 +/- ##
===============================================
Coverage ? 85.24%
===============================================
Files ? 230
Lines ? 18211
Branches ? 0
===============================================
Hits ? 15524
Misses ? 2687
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
I manually overrode the failing status check in order to merge this PR since the only failure was on the |
Since there is a specific version of `clang-tools` we need and it may be difficult to migrate that to other architectures, restrict installing `clang-tools` to x86. After all this is only needed for checking code style, which can be done just on x86 without loss of generality. Authors: - https://github.com/jakirkham Approvers: - Jordan Jacobelli (https://github.com/Ethyling) - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#3969
Since there is a specific version of
clang-tools
we need and it may be difficult to migrate that to other architectures, restrict installingclang-tools
to x86. After all this is only needed for checking code style, which can be done just on x86 without loss of generality.