Files
kubernetes/hack/make-rules
Ed Bartosh 91099aca72 hacks: build main target without go in the PATH
`make` is able to build project binaries, but fails with
error `hack/lib/golang.sh: line 455: go: command not found`
trying to place them if go binary is not in the PATH.
This happens because kube::golang::place_bins uses different
environment than kube::golang::build_binaries.

Setting up an one environment for both `kube::golang::place_bins`
and `kube::golang::build_binaries` should solve this issue and allow
default make target to fully work without go binary in the PATH.
2024-04-05 17:36:57 +03:00
..
2023-12-08 09:20:44 -08:00
2019-02-26 00:56:36 -05:00
2024-02-29 00:22:06 -08:00
2023-03-03 07:51:04 +01:00