From 4b59cba3604e28d7732784aa9d9e8fd488a8b6c1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 12 Jun 2024 12:01:22 +0200 Subject: [PATCH] Revert "build: Add release-info.json verification to 'make check'" This reverts commit 1d023d70a5eb2d23974a37ac5dc9b0b1a5c7e1e9. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6752220fb4..6d1b42bcfd 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ vendorcheck: ./verify-vendor.sh .PHONY: check -check: cross build_e2e_all $(HOST_BUILD_DIR)/crc-embedder test cross-lint check-release-info vendorcheck build_integration_all +check: cross build_e2e_all $(HOST_BUILD_DIR)/crc-embedder test cross-lint vendorcheck build_integration_all # Start of the actual build targets @@ -292,9 +292,6 @@ gen_release_info: @sed -i s/@GIT_COMMIT_SHA@/$(COMMIT_SHA)/ $(RELEASE_INFO) @sed -i s/@OPENSHIFT_VERSION@/$(OPENSHIFT_VERSION)/ $(RELEASE_INFO) -check-release-info: gen_release_info - cat $(RELEASE_INFO) |jq . - .PHONY: linux-release-binary macos-release-binary windows-release-binary linux-release-binary: LDFLAGS+= $(RELEASE_VERSION_VARIABLES) linux-release-binary: $(BUILD_DIR)/linux-amd64/crc