-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bazel] Update gtest and deprecate //external:{gtest,gtest_main} (#7237)
This change updates the gtest-version used by Bazel. Also, `//external:{gtest,gtest_main}` is deprecated so we can remove some of the uses of the discouraged `bind` function. RELNOTES[bazel]: Starting with Protobuf 3.13.0, building and running Protobuf tests requires `@com_google_googletest//:{gtest,gtest_main}` instead of `//external:{gtest,gtest_main}`. Use `--@com_google_protobuf//:incompatible_use_com_google_googletest=true` to verify your workspace is not affected by this change.
- Loading branch information
Showing
3 changed files
with
57 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are fetched as external repositories. | ||
third_party/benchmark | ||
third_party/googletest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters