diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-10-18 21:44:07 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-10-18 21:44:07 +0200 |
commit | c27fcd94ce3de918d506afe90759d97d1946eca1 (patch) | |
tree | ba4494e4c89235e007f2f4da3d34c7b7c599a349 | |
parent | 62cf1d815a6c55853e9a4041e85b7e6e0b04d7e8 (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.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: { |