Autogenerate BUILD files
This commit is contained in:
21
vendor/github.com/opencontainers/runc/libcontainer/system/BUILD
generated
vendored
21
vendor/github.com/opencontainers/runc/libcontainer/system/BUILD
generated
vendored
@@ -23,13 +23,22 @@ cgo_genrule(
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"linux.go",
|
||||
"proc.go",
|
||||
"setns_linux.go",
|
||||
"syscall_linux_64.go",
|
||||
"xattrs_linux.go",
|
||||
],
|
||||
library = ":cgo_codegen",
|
||||
"unsupported.go",
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:linux_amd64": [
|
||||
"linux.go",
|
||||
"setns_linux.go",
|
||||
"syscall_linux_64.go",
|
||||
"sysconfig.go",
|
||||
"xattrs_linux.go",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:windows_amd64": [
|
||||
"sysconfig_notcgo.go",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
cgo = True,
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user