mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Build files
This commit is contained in:
parent
f4c2dcd030
commit
784098f8b6
@ -134,6 +134,7 @@ go_library(
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:windows": [
|
||||
"//pkg/windows/service:go_default_library",
|
||||
"//vendor/golang.org/x/sys/windows:go_default_library",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
@ -142,6 +143,7 @@ go_library(
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = [
|
||||
"init_windows_test.go",
|
||||
"server_bootstrap_test.go",
|
||||
"server_test.go",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user