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

[REVIEW] Fix gtest pinned cmake version for build from source option [skip-ci] #3175

Merged
merged 2 commits into from
Nov 24, 2020

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Nov 23, 2020

Note: CI does not build from source, so skip ci seems appropriate

@dantegd dantegd added 3 - Ready for Review Ready for review by team Build or Dep Issues related to building the code or dependencies labels Nov 23, 2020
@dantegd dantegd requested a review from a team as a code owner November 23, 2020 20:49
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@@ -199,7 +199,7 @@ if(BUILD_GTEST)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG 6ce9b98f541b8bcd84c5c5b3483f29a933c4aefb
GIT_TAG release-1.10.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason not to use the commit SHA rather than the tag? I ask because I've been burned in the past by other projects moving their tags. Don't suspect it would be an issue with gtest, but it seems safer.

Copy link
Member Author

Choose a reason for hiding this comment

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

I 100% agree with you, I tend to hate tags. But in this case the nice thing is that the tag coincides with the conda package version (and hasn't changed in a year), so I was thinking of doing an exception for this one, what do you think?

Copy link
Contributor

Choose a reason for hiding this comment

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

Works for me! 👍

@@ -199,7 +199,7 @@ if(BUILD_GTEST)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG 6ce9b98f541b8bcd84c5c5b3483f29a933c4aefb
GIT_TAG release-1.10.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Works for me! 👍

@wphicks wphicks added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Nov 23, 2020
@JohnZed JohnZed merged commit 37960f3 into rapidsai:branch-0.17 Nov 24, 2020
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 Build or Dep Issues related to building the code or dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants