From 346beec35a11393e9c59278d47b18de337c2b06f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 23 Mar 2022 15:15:13 -0400 Subject: Remove nix packages, since no one is supporting this [NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bef6b4b91..46c2b5ae3 100644 --- a/Makefile +++ b/Makefile @@ -435,22 +435,6 @@ local-cross: $(CROSS_BUILD_TARGETS) ## Cross compile podman binary for multiple .PHONY: cross cross: local-cross -# Update nix/nixpkgs.json its latest stable commit -.PHONY: nixpkgs -nixpkgs: - @nix run \ - -f channel:nixos-21.05 nix-prefetch-git \ - -c nix-prefetch-git \ - --no-deepClone \ - https://github.com/nixos/nixpkgs refs/heads/nixos-21.05 > nix/nixpkgs.json - -# Build statically linked binary -.PHONY: static -static: - @nix build -f nix/ - mkdir -p ./bin - cp -rfp ./result/bin/* ./bin/ - .PHONY: build-no-cgo build-no-cgo: BUILDTAGS="containers_image_openpgp exclude_graphdriver_btrfs \ -- cgit v1.2.3-54-g00ecf