mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-06 08:37:00 +00:00
Autogenerate BUILD files
This commit is contained in:
12
vendor/github.com/opencontainers/runc/libcontainer/user/BUILD
generated
vendored
12
vendor/github.com/opencontainers/runc/libcontainer/user/BUILD
generated
vendored
@@ -11,9 +11,17 @@ go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"lookup.go",
|
||||
"lookup_unix.go",
|
||||
"lookup_unsupported.go",
|
||||
"user.go",
|
||||
],
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:darwin_amd64": [
|
||||
"lookup_unix.go",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:linux_amd64": [
|
||||
"lookup_unix.go",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user