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

Support more recent Bazel versions #342

Open
martijneken opened this issue Apr 26, 2023 · 1 comment
Open

Support more recent Bazel versions #342

martijneken opened this issue Apr 26, 2023 · 1 comment

Comments

@martijneken
Copy link
Contributor

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",
 )
@PiotrSikora
Copy link
Contributor

Could you paste the error that you're getting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants