mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
build: Remove references to debs/rpms in BUILD/dependency files
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
baec6d4af5
commit
ac9983f43d
@ -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],
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user