We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I remove .bazelversion (5.2.0) I get some build errors. One fix is below, I'll send a PR.
# Upgrade googletest to v1.13.0 to support bazel 6+ http_archive( name = "com_google_googletest", sha256 = "ad7fdba11ea011c1d925b3289cf4af2c66a352e18d4c7264392fead75e919363", strip_prefix = "googletest-1.13.0", url = "https://github.com/google/googletest/archive/v1.13.0.tar.gz", )
The text was updated successfully, but these errors were encountered:
Could you paste the error that you're getting?
Sorry, something went wrong.
No branches or pull requests
When I remove .bazelversion (5.2.0) I get some build errors. One fix is below, I'll send a PR.
The text was updated successfully, but these errors were encountered: