add upb to _GRPC_BAZEL_ONLY_DEPS

pull/22767/head
Jan Tattermusch 5 years ago
parent 3c83ce5187
commit c6d788c395
  1. 1
      tools/run_tests/sanity/check_bazel_workspace.py

@ -68,6 +68,7 @@ _GRPC_DEP_NAMES = [
]
_GRPC_BAZEL_ONLY_DEPS = [
'upb', # third_party/upb is checked in locally
'rules_cc',
'com_google_absl',
'io_opencensus_cpp',

Loading…
Cancel
Save