summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-03-23 15:15:13 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-03-23 15:17:12 -0400
commit346beec35a11393e9c59278d47b18de337c2b06f (patch)
treef50a9ef57597bae89b72d731cd7773d4ef673571 /Makefile
parentf049cba47c31d31a4a8ed9a9180f0e847be3411c (diff)
downloadpodman-346beec35a11393e9c59278d47b18de337c2b06f.tar.gz
podman-346beec35a11393e9c59278d47b18de337c2b06f.tar.bz2
podman-346beec35a11393e9c59278d47b18de337c2b06f.zip
Remove nix packages, since no one is supporting this
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
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 \