diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-12 04:59:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 04:59:52 -0700 |
commit | 1e85ebd154f7fba0fb78a447dfbc0a4923cc7439 (patch) | |
tree | c309de92171c2a0eca77e243557557920263d833 | |
parent | caf46abd3a4af1ff065400573f19e69109cbb647 (diff) | |
parent | 6a87e4b3a6349b55e68faa3f55cf3c5547cd1813 (diff) | |
download | podman-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.nix | 2 |
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); |