Skip to content

Commit

Permalink
don't finish when packages are skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed May 31, 2024
1 parent ef1de73 commit fe176e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lilac
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def start_build(
build_it, pkg, repo, buildsorter, built, failed)
futures[fu] = pkg

if not futures:
# no task is running: we're done
if not pkgs and not futures:
# no more packages and no task is running: we're done
break

done, pending = futures_wait(futures, return_when=FIRST_COMPLETED)
Expand Down

0 comments on commit fe176e9

Please sign in to comment.