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...).
This commit is contained in:
Eelco Dolstra 2020-10-18 21:44:07 +02:00
parent 62cf1d815a
commit c27fcd94ce

View file

@ -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: {