New version of upb.

pull/19433/head
Nicolas "Pixel" Noble 6 years ago
parent 975ee2185f
commit 63e2c91efe
  1. 6
      bazel/grpc_deps.bzl
  2. 2
      third_party/upb
  3. 2
      tools/run_tests/sanity/check_submodules.sh

@ -212,9 +212,9 @@ def grpc_deps():
if "upb" not in native.existing_rules():
http_archive(
name = "upb",
sha256 = "34136146171af0214bc5578bd22adace4c5a98fd00cff758eb57b7151cd16b51",
strip_prefix = "upb-d16bf99ac4658793748cda3251226059892b3b7b",
url = "https://github.com/google/upb/archive/d16bf99ac4658793748cda3251226059892b3b7b.tar.gz",
sha256 = "3aa0c5aff130d97618fe137e3e76603b2381e3698cd7ca7a4a54327f7c44c69c",
strip_prefix = "upb-ef6ce94bfecf36fb57acd8a8b470c0560959f063",
url = "https://github.com/google/upb/archive/ef6ce94bfecf36fb57acd8a8b470c0560959f063.tar.gz",
)
if "data_plane_api" not in native.existing_rules():
http_archive(

2
third_party/upb vendored

@ -1 +1 @@
Subproject commit fa88c6017ddb490aa78c57bea682193f533ed69a
Subproject commit ef6ce94bfecf36fb57acd8a8b470c0560959f063

@ -40,7 +40,7 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules"
9245d481eb3e890f708ff2d7dadf2a10c04748ba third_party/libcxxabi (heads/release_60)
582743bf40c5d3639a70f98f183914a2c0cd0680 third_party/protobuf (v3.7.0-rc.2-20-g582743bf)
e143189bf6f37b3957fb31743df6a1bcf4a8c685 third_party/protoc-gen-validate (v0.0.10)
fa88c6017ddb490aa78c57bea682193f533ed69a third_party/upb (heads/master)
ef6ce94bfecf36fb57acd8a8b470c0560959f063 third_party/upb (heads/master)
cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11)
EOF

Loading…
Cancel
Save