summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-12 04:59:52 -0700
committerGitHub <noreply@github.com>2020-05-12 04:59:52 -0700
commit1e85ebd154f7fba0fb78a447dfbc0a4923cc7439 (patch)
treec309de92171c2a0eca77e243557557920263d833
parentcaf46abd3a4af1ff065400573f19e69109cbb647 (diff)
parent6a87e4b3a6349b55e68faa3f55cf3c5547cd1813 (diff)
downloadpodman-1e85ebd154f7fba0fb78a447dfbc0a4923cc7439.tar.gz
podman-1e85ebd154f7fba0fb78a447dfbc0a4923cc7439.tar.bz2
podman-1e85ebd154f7fba0fb78a447dfbc0a4923cc7439.zip
Merge pull request #6187 from openSUSE/netgo
Add netgo build tag to static binary
-rw-r--r--nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 211caee93..cf607c0ad 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -43,7 +43,7 @@ let
]);
src = ./..;
EXTRA_LDFLAGS = ''-linkmode external -extldflags "-static -lm"'';
- BUILDTAGS = ''static apparmor selinux seccomp systemd varlink containers_image_ostree_stub'';
+ BUILDTAGS = ''static netgo apparmor selinux seccomp systemd varlink containers_image_ostree_stub'';
})).override {
gpgme = (static pkgs.gpgme);
libseccomp = (static pkgs.libseccomp);