-
Notifications
You must be signed in to change notification settings - Fork 569
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
deps: update googletest to a newer commit #5039
Comments
When I update to top-of-tree googletest, the bazel build fails. |
Heh. Googletest depends on abseil now, and Abseil's rules for API stability but no ABI stability mean you're not supposed to set C++ standard inside the Bazel file. Instead do it on the command line. |
The DEPS file pins googletest to an old specific commit.
I recall doing that because of unwanted build breakages.
Other contraints:
The text was updated successfully, but these errors were encountered: