mirror of
https://github.com/NixOS/nix.git
synced 2025-12-04 08:00:59 +01:00
Merge remote-tracking branch 'upstream/master' into path-info
This commit is contained in:
commit
43414738a0
20 changed files with 205 additions and 66 deletions
|
|
@ -276,7 +276,7 @@ void Worker::run(const Goals & _topGoals)
|
|||
if (!children.empty() || !waitingForAWhile.empty())
|
||||
waitForInput();
|
||||
else {
|
||||
if (awake.empty() && 0 == settings.maxBuildJobs)
|
||||
if (awake.empty() && 0U == settings.maxBuildJobs)
|
||||
{
|
||||
if (getMachines().empty())
|
||||
throw Error("unable to start any build; either increase '--max-jobs' "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue