openssh: set enableParallelChecking = false

this should hopefully make the tests more reliable
This commit is contained in:
Robert Scott 2021-11-07 14:53:12 +00:00
parent 7e85727661
commit a79a294901

View File

@ -103,6 +103,7 @@ stdenv.mkDerivation rec {
hardeningEnable = [ "pie" ];
doCheck = true;
enableParallelChecking = false;
checkInputs = optional (!stdenv.isDarwin) hostname;
preCheck = ''
# construct a dummy HOME