Run buildifer, remove duplicated WORKSPACE entries (#5018)

* Buildifier, add release config
* Merge branch 'master' into bazel-stuff
* Merge refs/heads/master into bazel-stuff
* Merge refs/heads/master into bazel-stuff
* revert gnostic
* Set kafka for CI tests only
* add bazel.sh script
* set home
This commit is contained in:
Preston Van Loon
2020-03-05 20:42:27 -08:00
committed by GitHub
parent 15b5ec89b2
commit e2af70f692
7 changed files with 16 additions and 40 deletions

View File

@@ -16,6 +16,6 @@ cmake_external(
"librdkafka++.a",
"librdkafka.a",
],
visibility = ["//visibility:public"],
tags = ["no-remote-exec"],
visibility = ["//visibility:public"],
)