Skip to content

Commit

Permalink
This reverts commit c3ea5a1.
Browse files Browse the repository at this point in the history
The underlying issue has been worked around in #11776

Fixes #11756
Closes #11792
  • Loading branch information
meteorcloudy committed Jul 16, 2020
1 parent e2bb354 commit fa7299c
Show file tree
Hide file tree
Showing 1,189 changed files with 637 additions and 192,569 deletions.
13 changes: 10 additions & 3 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ filegroup(
"//third_party/py/six:srcs",
"//third_party/rules_python:srcs",
"//third_party/zlib:srcs",
"//third_party/nanopb:srcs",
"@googleapis//:srcs",
"@remoteapis//:srcs",
],
Expand Down Expand Up @@ -488,8 +487,16 @@ distrib_java_import(
name = "opencensus-api",
enable_distributions = ["debian"],
jars = [
"opencensus/opencensus-api-0.19.2.jar",
"opencensus/opencensus-contrib-grpc-metrics-0.19.2.jar",
"opencensus/opencensus-api-0.24.0.jar",
"opencensus/opencensus-contrib-grpc-metrics-0.24.0.jar",
],
)

distrib_java_import(
name = "perfmark-api",
enable_distributions = ["debian"],
jars = [
"perfmark/perfmark-api-0.19.0.jar",
],
)

Expand Down
Loading

0 comments on commit fa7299c

Please sign in to comment.