summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-24 14:15:25 +0100
committerGitHub <noreply@github.com>2022-03-24 14:15:25 +0100
commita416fd6de40820e266e9e1e312c5f13bbb0b189f (patch)
tree3dc2fb5a3436842cc83ee9b83f480126651f5280 /Makefile
parent2d46165799e39cb09a10484dc3a2720ebb8c0ec8 (diff)
parent346beec35a11393e9c59278d47b18de337c2b06f (diff)
downloadpodman-a416fd6de40820e266e9e1e312c5f13bbb0b189f.tar.gz
podman-a416fd6de40820e266e9e1e312c5f13bbb0b189f.tar.bz2
podman-a416fd6de40820e266e9e1e312c5f13bbb0b189f.zip
Merge pull request #13624 from rhatdan/nix
Remove nix packages, since no one is supporting this
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 \