Trying out my upb change.

pull/19433/head
Nicolas "Pixel" Noble 6 years ago
parent 5495a7f7b1
commit c4481f5538
  1. 6
      bazel/grpc_deps.bzl
  2. 2
      tools/run_tests/sanity/check_submodules.sh

@ -206,9 +206,9 @@ def grpc_deps():
if "upb" not in native.existing_rules():
http_archive(
name = "upb",
sha256 = "909b6fca860a85bea7dda4770aae66f6afd6f12586e8a4cb95460d0707fd66ce",
strip_prefix = "upb-312c6b421a3c749e4f7c0e2193d4775cb997cff7",
url = "https://github.com/haberman/upb/archive/312c6b421a3c749e4f7c0e2193d4775cb997cff7.tar.gz",
sha256 = "97a8af639cbda4159c42d193ad166ad3020df92ddb2d888700c2d237ab51c0f7",
strip_prefix = "upb-ce3ba4dcdcd34d85672d93bd552e8bc871f02b53",
url = "https://github.com/protocolbuffers/upb/archive/ce3ba4dcdcd34d85672d93bd552e8bc871f02b53.tar.gz",
)
if "envoy_api" not in native.existing_rules():
http_archive(

@ -40,7 +40,7 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules"
9245d481eb3e890f708ff2d7dadf2a10c04748ba third_party/libcxxabi (heads/release_60)
09745575a923640154bcf307fba8aedff47f240a third_party/protobuf (v3.7.0-rc.2-247-g09745575)
e143189bf6f37b3957fb31743df6a1bcf4a8c685 third_party/protoc-gen-validate (v0.0.10)
312c6b421a3c749e4f7c0e2193d4775cb997cff7 third_party/upb (heads/master)
ce3ba4dcdcd34d85672d93bd552e8bc871f02b53 third_party/upb (heads/master)
cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11)
EOF

Loading…
Cancel
Save