build: Remove references to debs/rpms in BUILD/dependency files

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-01-27 17:45:54 -05:00 committed by Mike Danese
parent baec6d4af5
commit ac9983f43d
3 changed files with 0 additions and 11 deletions

View File

@ -19,9 +19,7 @@ filegroup(
name = "all-srcs",
srcs = [
":package-srcs",
"//build/debs:all-srcs",
"//build/release-tars:all-srcs",
"//build/rpms:all-srcs",
"//build/visible_to:all-srcs",
],
tags = ["automanaged"],
@ -55,10 +53,6 @@ DOCKERIZED_BINARIES = {
architectures = SERVER_PLATFORMS["linux"],
base = meta["base"],
cmd = ["/usr/bin/" + binary],
debs = select(for_platforms(
for_server = ["//build/debs:%s-{ARCH}.deb" % binary],
only_os = "linux",
)),
# Since the multi_arch_container macro replaces the {ARCH} format string,
# we need to escape the stamping vars.
docker_push_tags = ["{{STABLE_DOCKER_PUSH_REGISTRY}}/%s-{ARCH}:{{STABLE_DOCKER_TAG}}" % binary],

View File

@ -48,10 +48,6 @@ dependencies:
refPaths:
- path: build/debian-hyperkube-base/Makefile
match: CNI_VERSION=
- path: build/rpms/kubeadm.spec
match: kubernetes-cni
- path: build/rpms/kubelet.spec
match: kubernetes-cni
- path: build/workspace.bzl
match: CNI_VERSION =
- path: cluster/gce/gci/configure.sh

View File

@ -25,7 +25,6 @@ filegroup(
for_client = ["//build:client-targets-and-hashes"],
for_node = [
"//build:node-targets-and-hashes",
"//build/debs:debs-and-hashes",
],
for_server = [
"//build:docker-artifacts-and-hashes",