mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
update BUILD files
This commit is contained in:
@@ -19,6 +19,7 @@ go_library(
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
importpath = "k8s.io/kubernetes/pkg/util/procfs",
|
||||
deps = select({
|
||||
"@io_bazel_rules_go//go/platform:linux_amd64": [
|
||||
"//vendor/github.com/golang/glog:go_default_library",
|
||||
@@ -39,6 +40,7 @@ go_test(
|
||||
data = [
|
||||
"example_proc_cgroup",
|
||||
],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/procfs",
|
||||
library = ":go_default_library",
|
||||
deps = select({
|
||||
"@io_bazel_rules_go//go/platform:linux_amd64": [
|
||||
|
||||
Reference in New Issue
Block a user