##// END OF EJS Templates
tests: reduced memory footprint on subprocession tests....
tests: reduced memory footprint on subprocession tests. - Before those tests used ~4gb of RAM because of huge strings. Replacing it with generator buffers that should reduce memory usage.

File last commit:

r571:c2f54fe4 default
r638:be949416 default
Show More
release.nix
14 lines | 174 B | text/x-nix | NixLexer
nix: updated to 18.03 packages....
r472 # This file defines how to "build" for packaging.
nix: don't allow overriding the import packages. This causes overlays to fail
r571 { doCheck ? true
initial commit
r0 }:
let
vcsserver = import ./default.nix {
inherit
nix: don't allow overriding the import packages. This causes overlays to fail
r571 doCheck;
initial commit
r0 };
in {
build = vcsserver;
}