mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
openssh: set enableParallelChecking = false
this should hopefully make the tests more reliable
This commit is contained in:
parent
7e85727661
commit
a79a294901
@ -103,6 +103,7 @@ stdenv.mkDerivation rec {
|
|||||||
hardeningEnable = [ "pie" ];
|
hardeningEnable = [ "pie" ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
enableParallelChecking = false;
|
||||||
checkInputs = optional (!stdenv.isDarwin) hostname;
|
checkInputs = optional (!stdenv.isDarwin) hostname;
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
# construct a dummy HOME
|
# construct a dummy HOME
|
||||||
|
Loading…
Reference in New Issue
Block a user