-
Notifications
You must be signed in to change notification settings - Fork 124
Change Git tag of googletest to the 1.11.0 release. #676
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
Conversation
This is already the version set in download_googletest.py, and is the version that the integration tests have been built/tested with. (Because the integration tests do some internal GoogleTest stuff, it's risky to pin to the main branch.)
❌ Integration test FAILEDRequested by @jonsimantov on commit e961980
Add flaky tests to go/fpl-cpp-flake-tracker |
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.
Two things that may be helpful. 1. add comments and let others know why we use "1.11.0" not "master". 2. If the git tag is likely to change in the future, make it a variable in CMake.
|
This is already the version set in download_googletest.py, and is the
version that the integration tests have been built/tested with.
(Because the integration tests do some internal GoogleTest stuff, it's
risky to pin to the main branch.)