From edd9a06dc7ea3661f8fd581ecc2086a6c0111ab3 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 19 Jan 2021 17:19:46 +0100 Subject: Cirrus: add bindings checks Make sure that bindings are in sync with the code. The check is similar to what's already being done with `make vendor`, so integrate the two. [NO TESTS NEEDED] Signed-off-by: Valentin Rothberg --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d56ba72f2..11a46f5ce 100644 --- a/Makefile +++ b/Makefile @@ -460,6 +460,7 @@ podman-remote-%-release: rm -f release.txt $(MAKE) podman-remote-release-$*.zip +.PHONY: generate-bindings generate-bindings: ifneq ($(shell uname -s), Darwin) GO111MODULE=off $(GO) generate ./pkg/bindings/... ; -- cgit v1.2.3-54-g00ecf