about summary refs log tree commit diff
path: root/pkgs/development/tools/earthly
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-08-25 22:38:35 +0300
committerArtturin <Artturin@artturin.com>2021-08-25 22:38:35 +0300
commit6a37c6b945d2a5cd57d54050e7e90a8b19acdffe (patch)
treed907470cc7fd3654c64dc2a7c852fc449f5ea8ee /pkgs/development/tools/earthly
parent304ed7c4218f8e5bdf68d4de4fef58d2338ffbe9 (diff)
downloadnixlib-6a37c6b945d2a5cd57d54050e7e90a8b19acdffe.tar
nixlib-6a37c6b945d2a5cd57d54050e7e90a8b19acdffe.tar.gz
nixlib-6a37c6b945d2a5cd57d54050e7e90a8b19acdffe.tar.bz2
nixlib-6a37c6b945d2a5cd57d54050e7e90a8b19acdffe.tar.lz
nixlib-6a37c6b945d2a5cd57d54050e7e90a8b19acdffe.tar.xz
nixlib-6a37c6b945d2a5cd57d54050e7e90a8b19acdffe.tar.zst
nixlib-6a37c6b945d2a5cd57d54050e7e90a8b19acdffe.zip
earthly: remove extldflags
fixes #135693
Diffstat (limited to 'pkgs/development/tools/earthly')
-rw-r--r--pkgs/development/tools/earthly/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix
index 1d66e059a72d..aa1de8acd583 100644
--- a/pkgs/development/tools/earthly/default.nix
+++ b/pkgs/development/tools/earthly/default.nix
@@ -18,7 +18,6 @@ buildGoModule rec {
       -s -w
       -X main.Version=v${version}
       -X main.DefaultBuildkitdImage=earthly/buildkitd:v${version}
-      -extldflags -static
   '';
 
   BUILDTAGS = "dfrunmount dfrunsecurity dfsecrets dfssh dfrunnetwork";