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:
Lewis Roy 2025-06-09 22:00:43 +10:00
parent 246a688ee0
commit c96d87ccad
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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.%: