refactor: artifact pruning

This commit is contained in:
relikd
2022-12-08 00:32:37 +01:00
parent 7d668892a6
commit 491c06e22f
4 changed files with 67 additions and 33 deletions

View File

@@ -86,6 +86,7 @@ class VGroups:
deps = set() # type: Set[str]
for vobj in done_list:
deps.update(vobj.config.dependencies)
# ctx.record_virtual_dependency(vobj) # TODO: needed? works without
for dep in deps:
ctx.record_dependency(dep)