Skip to content

Commit

Permalink
minicargo - Fix excessive rebuilds at the cost of non-determinisim
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Mar 4, 2024
1 parent f5ffff4 commit 62f391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/minicargo/jobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool JobList::run_all(size_t num_jobs, bool dry_run)
::std::cerr << "\n";
};

#if 1
#if 0
// HACK: Consume jobs that don't need to be run
while( !this->waiting_jobs.empty() || !this->runnable_jobs.empty() || !this->running_jobs.empty() )
{
Expand Down

0 comments on commit 62f391f

Please sign in to comment.