mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +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": [
|
"@io_bazel_rules_go//go/platform:windows": [
|
||||||
"//pkg/windows/service:go_default_library",
|
"//pkg/windows/service:go_default_library",
|
||||||
|
"//vendor/golang.org/x/sys/windows:go_default_library",
|
||||||
],
|
],
|
||||||
"//conditions:default": [],
|
"//conditions:default": [],
|
||||||
}),
|
}),
|
||||||
@ -142,6 +143,7 @@ go_library(
|
|||||||
go_test(
|
go_test(
|
||||||
name = "go_default_test",
|
name = "go_default_test",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
"init_windows_test.go",
|
||||||
"server_bootstrap_test.go",
|
"server_bootstrap_test.go",
|
||||||
"server_test.go",
|
"server_test.go",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user