Skip to content
Snippets Groups Projects
Unverified Commit b462a781 authored by Oliver Smith's avatar Oliver Smith
Browse files

build: package: remove obsolete FIXME comment (MR 2388)

Logic for breaking dependency loops with existing binary packages is now
implemented, so remove the related comment.
parent fcbc96b2
Branches
Tags
1 merge request!2388Properly build outdated dependencies for packages
Pipeline #189004 passed
......@@ -308,8 +308,6 @@ def prioritise_build_queue(disarray: list[BuildQueueItem]) -> list[BuildQueueIte
break
if stuck:
# FIXME: check if binary version of last_unmet[1] exists, print a warning, and continue anyway
# this logic will have to be lifted up into the while loop above...
logging.error("Remaining packages:")
for unmet_dep in unmet_deps:
logging.error(f"* {unmet_dep}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment