Skip to content

Commit

Permalink
mark skipped packages as done
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Mar 31, 2024
1 parent b6e62df commit 327ddd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lilac
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def start_build(
# this can happen when cmdline packages are specified and
# a package is pulled in by OnBuild
logger.warning('%s not in nvdata, skipping', pkg)
buildsorter.done(pkg)
continue
fu = executor.submit(
build_it, pkg, repo, buildsorter, built, failed)
Expand Down

0 comments on commit 327ddd6

Please sign in to comment.