Commit 2bc88a81 authored by Jeff Grafton's avatar Jeff Grafton

bazel: make //cmd/kubectl:kubectl binary publicly visible

parent 00c1ec52
...@@ -35,15 +35,6 @@ package_group( ...@@ -35,15 +35,6 @@ package_group(
) )
package_group( package_group(
name = "COMMON_release",
packages = [
"//build",
"//build/debs",
"//build/rpms",
],
)
package_group(
name = "COMMON_testing", name = "COMMON_testing",
packages = [ packages = [
"//hack", "//hack",
...@@ -395,5 +386,5 @@ filegroup( ...@@ -395,5 +386,5 @@ filegroup(
name = "all-srcs", name = "all-srcs",
srcs = [":package-srcs"], srcs = [":package-srcs"],
tags = ["automanaged"], tags = ["automanaged"],
visibility = ["//build/visible_to:COMMON_release"], visibility = ["//visibility:public"],
) )
...@@ -19,9 +19,7 @@ go_binary( ...@@ -19,9 +19,7 @@ go_binary(
], ],
}), }),
library = ":go_default_library", library = ":go_default_library",
visibility = [ visibility = ["//visibility:public"],
"//build/visible_to:COMMON_release",
],
x_defs = version_x_defs(), x_defs = version_x_defs(),
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment