diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-23 15:15:13 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-23 15:17:12 -0400 |
commit | 346beec35a11393e9c59278d47b18de337c2b06f (patch) | |
tree | f50a9ef57597bae89b72d731cd7773d4ef673571 /Makefile | |
parent | f049cba47c31d31a4a8ed9a9180f0e847be3411c (diff) | |
download | podman-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-- | 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 \ |