-
Notifications
You must be signed in to change notification settings - Fork 197
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
Update recipes to GTest version >=1.13.0 #1501
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.
Removing the .*
to align with changes being made elsewhere (including in cudf where this was likely copied from).
I think CI failed due to a flaky test. I lack write permissions on this repo to rerun that single job, so I am merging the upstream to rerun CI.
|
/merge |
@divyegala You're the best! Thank you so much for your help on this. You're a force multiplier! 💪 |
This PR updates GTest pinnings to >=1.13.0. This aligns with recent changes in rapids-cmake: rapidsai/rapids-cmake#401. This PR should probably wait on the following to merge: - rapidsai/cuml#5408 - rapidsai/raft#1501 - rapidsai/rmm#1263 - rapidsai/cudf#13319 - rapidsai/cugraph#3549 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #646
This PR updates GTest pinnings to >=1.13.0. This aligns with recent changes in rapids-cmake: rapidsai/rapids-cmake#401.