aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-10-18 21:44:07 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-10-18 21:44:07 +0200
commitc27fcd94ce3de918d506afe90759d97d1946eca1 (patch)
treeba4494e4c89235e007f2f4da3d34c7b7c599a349
parent62cf1d815a6c55853e9a4041e85b7e6e0b04d7e8 (diff)
Remove buildStatic from checks
checks should be relatively fast, but buildStatic depends on a lot of stuff that isn't in the binary cache (e.g. musl builds of Git and Mercurial that we probably don't need since we don't link against them...).
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 22ea2911e..abc614c8d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -440,8 +440,6 @@
checks = forAllSystems (system: {
binaryTarball = self.hydraJobs.binaryTarball.${system};
perlBindings = self.hydraJobs.perlBindings.${system};
- } // nixpkgs.lib.optionalAttrs (builtins.elem system linuxSystems) {
- buildStatic = self.hydraJobs.buildStatic.${system};
});
packages = forAllSystems (system: {