mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Pick up the right number of cores for the building system
This commit is contained in:
parent
5323df8867
commit
81c50550f3
@ -52,6 +52,6 @@ python.pkgs.buildPythonPackage rec {
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
${python}/bin/python -m twisted.trial -j4 allmydata
|
||||
${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user