mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-15 20:53:45 -04:00
Fix issue 122650 (regression in PR 122552)
```
$ make WHAT=test/e2e/e2e.test
+++ [0109 10:06:53] Building go targets for darwin/amd64
k8s.io/kubernetes/test/e2e/e2e.test (test)
package k8s.io/kubernetes/test/e2e
imports k8s.io/kubernetes/test/e2e/common
imports k8s.io/kubernetes/test/e2e/common/node
imports k8s.io/kubernetes/pkg/kubelet
imports github.com/opencontainers/runc/libcontainer/userns: C source files not allowed when not using cgo or SWIG: userns_maps.c
!!! [0109 10:06:54] Call tree:
!!! [0109 10:06:54] 1: /Users/suda/gopath/src/k8s.io/kubernetes/hack/lib/golang.sh:948 kube::golang::build_binaries_for_platform(...)
!!! [0109 10:06:54] 2: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0109 10:06:54] Call tree:
!!! [0109 10:06:54] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0109 10:06:54] Call tree:
!!! [0109 10:06:54] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
make: *** [all] Error 1
```
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
|
||
|---|---|---|
| .. | ||
| admission | ||
| containermap | ||
| cpumanager | ||
| devicemanager | ||
| dra | ||
| memorymanager | ||
| topologymanager | ||
| util | ||
| cgroup_manager_linux.go | ||
| cgroup_manager_linux_test.go | ||
| cgroup_manager_test.go | ||
| cgroup_manager_unsupported.go | ||
| container_manager.go | ||
| container_manager_linux.go | ||
| container_manager_linux_test.go | ||
| container_manager_stub.go | ||
| container_manager_unsupported.go | ||
| container_manager_windows.go | ||
| doc.go | ||
| fake_container_manager.go | ||
| fake_internal_container_lifecycle.go | ||
| fake_pod_container_manager.go | ||
| helpers.go | ||
| helpers_linux.go | ||
| helpers_linux_test.go | ||
| helpers_unsupported.go | ||
| internal_container_lifecycle.go | ||
| internal_container_lifecycle_linux.go | ||
| internal_container_lifecycle_unsupported.go | ||
| internal_container_lifecycle_windows.go | ||
| node_container_manager_linux.go | ||
| node_container_manager_linux_test.go | ||
| OWNERS | ||
| pod_container_manager_linux.go | ||
| pod_container_manager_linux_test.go | ||
| pod_container_manager_stub.go | ||
| pod_container_manager_unsupported.go | ||
| qos_container_manager_linux.go | ||
| qos_container_manager_linux_test.go | ||
| types.go | ||