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

Update bundled gRPC to 1.18.0 and nanopb to 0.3.6 #7368

Closed
wants to merge 2 commits into from

Commits on Feb 7, 2019

  1. Add explicit dependency on protoc_lib in cc_grpc_library

    Required prerequisite for updating bundled gRPC to 1.18.
    tetromino committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    a784625 View commit details
    Browse the repository at this point in the history
  2. Update bundled gRPC to 1.18.0 and nanopb to 0.3.6

    And take the opportunity to align third_party/grpc/BUILD closer with
    gRPC upstream's BUILD file (by adopting the same intermediate targets)
    to make importing easier next time.
    
    The MSYS2 patch is no longer needed judging by discussion in
    https://groups.google.com/forum/#!msg/grpc-io/gd6sIuo6rjQ/eyEFarhABgAJ
    
    Fixes bazelbuild#2804.
    tetromino committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    d0db33b View commit details
    Browse the repository at this point in the history