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

[bazel] Update gtest and deprecate //external:{gtest,gtest_main} #7237

Merged
merged 1 commit into from Mar 2, 2020

Commits on Feb 21, 2020

  1. [bazel] Update gtest and deprecate //external:{gtest,gtest_main}

    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.
    Yannic committed Feb 21, 2020
    Copy the full SHA
    c0d649e View commit details
    Browse the repository at this point in the history