mirror of https://github.com/containers/podman.git
Allow generate-bindings on darwin
This exclusion has been there since the make target was added[1]. I wasn't able to find the reason but this runs on Darwin today and is useful to be able to run when you are developing bindings on a Mac. [1] https://github.com/containers/podman/pull/8956 Signed-off-by: Lewis Roy <lewis@redhat.com>
This commit is contained in:
parent
246a688ee0
commit
c96d87ccad
2
Makefile
2
Makefile
|
@ -478,9 +478,7 @@ podman-testing: bin/podman-testing
|
||||||
|
|
||||||
.PHONY: generate-bindings
|
.PHONY: generate-bindings
|
||||||
generate-bindings: .install.golangci-lint
|
generate-bindings: .install.golangci-lint
|
||||||
ifneq ($(GOOS),darwin)
|
|
||||||
$(GOCMD) generate ./pkg/bindings/... ;
|
$(GOCMD) generate ./pkg/bindings/... ;
|
||||||
endif
|
|
||||||
|
|
||||||
# DO NOT USE: use local-cross instead
|
# DO NOT USE: use local-cross instead
|
||||||
bin/podman.cross.%:
|
bin/podman.cross.%:
|
||||||
|
|
Loading…
Reference in New Issue