You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow overriding binaries installed by hack/go-install.sh
Makefile targets for binary dependencies (i.e. code-generator,
openshift-goimports and golangci-lint) now use version-less
filepaths:
`$(TOOLS_DIR)/<Binary>` instead of `$(TOOLS_DIR)/<Binary>-<Version>`
`$(TOOLS_DIR)/<Binary>` may be a symlink to the versioned executable file.
Secondly, hack/go-install.sh now adds a check for `$(TOOLS_DIR)/<Binary>`
to be present and executable, in which case it skips `go install` invocation.
This allows for making local changes to these dependencies (e.g. when working
on kcp-dev/code-generator) and generating client code.
On-behalf-of: SAP robert.vasek@sap.com
Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
0 commit comments