Show what goal is waiting for a build slot

This commit is contained in:
Eelco Dolstra 2024-01-18 15:29:54 +01:00
parent e652322a61
commit ab786e22f1
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ void Worker::childTerminated(Goal * goal, bool wakeSleepers)
void Worker::waitForBuildSlot(GoalPtr goal)
{
debug("wait for build slot");
goal->trace("wait for build slot");
bool isSubstitutionGoal = goal->jobCategory() == JobCategory::Substitution;
if ((!isSubstitutionGoal && getNrLocalBuilds() < settings.maxBuildJobs) ||
(isSubstitutionGoal && getNrSubstitutions() < settings.maxSubstitutionJobs))