diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-24 14:15:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 14:15:25 +0100 |
commit | a416fd6de40820e266e9e1e312c5f13bbb0b189f (patch) | |
tree | 3dc2fb5a3436842cc83ee9b83f480126651f5280 /Makefile | |
parent | 2d46165799e39cb09a10484dc3a2720ebb8c0ec8 (diff) | |
parent | 346beec35a11393e9c59278d47b18de337c2b06f (diff) | |
download | podman-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-- | Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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 \ |