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
..
build.sh hacks: build main target without go in the PATH 2024-04-05 17:36:57 +03:00
clean.sh Simpler and less noisy make-clean 2023-12-08 09:20:44 -08:00
cross.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
make-help.sh avoid masking return values in hack/make-rules/make-help.sh 2022-10-19 23:46:18 -07:00
test-cmd.sh Clarify, document KUBE_OUTPUT_* variables 2024-02-29 22:05:42 -08:00
test-e2e-node.sh Rename new::setup_env back to setup_env 2024-02-29 22:06:44 -08:00
test-integration.sh Fix make test-integration for workspaces 2024-02-29 22:06:57 -08:00
test.sh Change pushd $d; go ...; popd to go -C $d ... 2024-03-02 14:40:10 -08:00
update.sh Generate go.work files 2024-02-29 00:22:06 -08:00
verify.sh golangci-lint: optionally skip it during "make verify", II 2024-02-16 10:07:51 +01:00
vet.sh staging: fix "go vet" issues 2023-03-03 07:51:04 +01:00