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.sh use cmake --build to drive build system invocation #7270

Conversation

robertmaynard
Copy link
Contributor

By using cmake --build instead of explicitly invoking the presumed underlying build system we allow for different CMake generators to be supported.

@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-0.19@6c9114e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             branch-0.19    #7270   +/-   ##
==============================================
  Coverage               ?   82.20%           
==============================================
  Files                  ?      100           
  Lines                  ?    16952           
  Branches               ?        0           
==============================================
  Hits                   ?    13936           
  Misses                 ?     3016           
  Partials               ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c9114e...2ff440f. Read the comment docs.

@harrism harrism added CMake CMake build issue 3 - Ready for Review Ready for review by team labels Feb 2, 2021
@harrism
Copy link
Member

harrism commented Feb 2, 2021

@robertmaynard I think since this was opened well into burndown it should technically target branch-0.19 instead. Unless this is urgently needed in 0.18.

By using `cmake --build` instead of explicitly invoking the presumed underlying build system we allow for different CMake generators to be supported.
@robertmaynard robertmaynard force-pushed the build_script_support_user_generator branch from 418172f to 2ff440f Compare February 2, 2021 12:48
@robertmaynard robertmaynard changed the base branch from branch-0.18 to branch-0.19 February 2, 2021 12:48
@robertmaynard robertmaynard requested review from a team as code owners February 2, 2021 12:48
Copy link
Collaborator

@kkraus14 kkraus14 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @robertmaynard

@kkraus14 kkraus14 removed request for a team, cwharris and karthikeyann February 2, 2021 15:27
@kkraus14 kkraus14 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed 3 - Ready for Review Ready for review by team labels Feb 2, 2021
@robertmaynard
Copy link
Contributor Author

rerun tests

@kkraus14 kkraus14 added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Feb 4, 2021
@kkraus14
Copy link
Collaborator

kkraus14 commented Feb 4, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 08166d3 into rapidsai:branch-0.19 Feb 4, 2021
@robertmaynard robertmaynard deleted the build_script_support_user_generator branch February 16, 2021 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge CMake CMake build issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants