diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-01-19 17:19:46 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-01-20 14:38:02 +0100 |
commit | a3621a7cff27a77a53031cd58b2015a0f178101b (patch) | |
tree | b46d046e20257b5870352f85c0bf29c68e90835b /Makefile | |
parent | 41a7e11c7e3eb756a43316558d712eea33e11829 (diff) | |
download | podman-a3621a7cff27a77a53031cd58b2015a0f178101b.tar.gz podman-a3621a7cff27a77a53031cd58b2015a0f178101b.tar.bz2 podman-a3621a7cff27a77a53031cd58b2015a0f178101b.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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -464,6 +464,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/... ; |