forked from lix-project/lix
nix-tests: Run 'make installcheck' in parallel
This commit is contained in:
parent
1ca7394a9e
commit
6ff19ce137
|
@ -178,8 +178,8 @@
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
'';
|
'';
|
||||||
installCheckPhase = "make installcheck";
|
|
||||||
|
|
||||||
|
installCheckPhase = "make installcheck -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES";
|
||||||
};
|
};
|
||||||
|
|
||||||
binaryTarball = buildPackages: nix: pkgs: let
|
binaryTarball = buildPackages: nix: pkgs: let
|
||||||
|
|
Loading…
Reference in a new issue