File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ install-yq:
160160 @UNCOMPRESSED=true hack/uget.sh https://github.com/mikefarah/yq/releases/download/v{VERSION}/yq_{GOOS}_{GOARCH} yq $(YQ_VERSION ) yq_*
161161
162162.PHONY : install-kcp
163+ install-kcp : UGET_CHECKSUMS=false # do not checksum because the version regularly gets overwritten in CI jobs
163164install-kcp :
164165 @hack/uget.sh https://github.com/kcp-dev/kcp/releases/download/v{VERSION}/kcp_{VERSION}_{GOOS}_{GOARCH}.tar.gz kcp $(KCP_VERSION )
165166
@@ -188,7 +189,7 @@ install-reconciler-gen:
188189
189190.PHONY : update-tools
190191update-tools : UGET_UPDATE=true
191- update-tools : clean install-boilerplate install-gimps install-golangci-lint install-kubectl install-yq
192+ update-tools : clean-tools install-boilerplate install-gimps install-golangci-lint install-kubectl install-yq
192193
193194# ###########################################################################
194195# ## docs
You can’t perform that action at this time.
0 commit comments