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 bazelbuild#11776

Fixes bazelbuild#11756
Closes bazelbuild#11792
  • Loading branch information
meteorcloudy authored and coeuvre committed Oct 22, 2020
1 parent 9e81f3f commit fc141ac
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 @@ -45,7 +45,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 @@ -467,8 +466,16 @@ filegroup(
java_import(
name = "opencensus-api",
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 fc141ac

Please sign in to comment.