aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-01-19 17:19:46 +0100
committerMatthew Heon <matthew.heon@pm.me>2021-01-29 15:27:19 -0500
commitedd9a06dc7ea3661f8fd581ecc2086a6c0111ab3 (patch)
tree24521c806049df7831a42fcd6f6f04ed99b7a0d6 /Makefile
parent6bf4d6195a02fcd39b6d1f7220b4e8ab4f3c2cb5 (diff)
downloadpodman-edd9a06dc7ea3661f8fd581ecc2086a6c0111ab3.tar.gz
podman-edd9a06dc7ea3661f8fd581ecc2086a6c0111ab3.tar.bz2
podman-edd9a06dc7ea3661f8fd581ecc2086a6c0111ab3.zip
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 <rothberg@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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/... ;