Skip to content

Commit c3bef32

Browse files
committed
never add kcp checksums
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent 40b7f26 commit c3bef32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
163164
install-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
190191
update-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

0 commit comments

Comments
 (0)