mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-25 20:05:42 -04:00
This change allows kubectl to be built on MacOS machines using `bazel build //cmd/kubectl`. Mac OS X doesn't support static binaries because it does not have a stable syscall API. Userspace binaries are expected to dynamically link against libcrt instead. https://developer.apple.com/library/content/qa/qa1118/_index.html |
||
|---|---|---|
| .. | ||
| app | ||
| BUILD | ||
| kubectl.go | ||
| OWNERS | ||