From c96d87ccadfb7efe809e29d7dd709f2d967f0785 Mon Sep 17 00:00:00 2001 From: Lewis Roy Date: Mon, 9 Jun 2025 22:00:43 +1000 Subject: [PATCH] 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 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a72b802a84..888cf3150e 100644 --- a/Makefile +++ b/Makefile @@ -478,9 +478,7 @@ podman-testing: bin/podman-testing .PHONY: generate-bindings generate-bindings: .install.golangci-lint -ifneq ($(GOOS),darwin) $(GOCMD) generate ./pkg/bindings/... ; -endif # DO NOT USE: use local-cross instead bin/podman.cross.%: