bind: enable parallel building
because non-parallel is slow
This commit is contained in:
parent
cc21c3ccbd
commit
e63fa6e21e
@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
doCheck = false; # requires root and the net
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) bind;
|
||||
|
Loading…
Reference in New Issue
Block a user