k3s/cmd/kubectl
John Millikin 046a6ce6bb
Use `select` to disable building static binaries if `--cpu=darwin`.
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
2017-08-14 09:56:05 -07:00
..
app Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD Use `select` to disable building static binaries if `--cpu=darwin`. 2017-08-14 09:56:05 -07:00
OWNERS Revert "update kubectl approvers" 2017-01-25 17:32:22 -08:00
kubectl.go Remove GOMAXPROCS() calls because they are unnecessary 2016-07-19 11:08:21 +03:00