Skip to content

Commit af22968

Browse files
committed
remove custom gocache handling
1 parent 6a82592 commit af22968

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,11 @@ build: $(CMD)
3434
.PHONY: $(CMD)
3535
$(CMD): %: $(BUILD_DEST)/%
3636

37-
$(BUILD_DEST)/%: cmd/% download-gocache
37+
$(BUILD_DEST)/%: cmd/%
3838
go build $(GOTOOLFLAGS) -o $@ ./cmd/$*
3939

40-
download-gocache:
41-
@./hack/ci/download-gocache.sh
42-
@# Prevent this from getting executed multiple times
43-
@touch download-gocache
44-
4540
.PHONY: test
46-
test: download-gocache
41+
test:
4742
./hack/run-tests.sh
4843

4944
.PHONY: codegen

0 commit comments

Comments
 (0)