Skip to content

solver: avoid duplicate libc in packages.yaml#51350

Closed
alalazo wants to merge 1 commit intospack:developfrom
alalazo:solver/avoid-duplicating-the-same-libc
Closed

solver: avoid duplicate libc in packages.yaml#51350
alalazo wants to merge 1 commit intospack:developfrom
alalazo:solver/avoid-duplicating-the-same-libc

Conversation

@alalazo
Copy link
Copy Markdown
Member

@alalazo alalazo commented Sep 23, 2025

Since packages.yaml is a global variable, we need to check whether the entry was already added in a previous call. This causes the existence of multiple "equivalent" solutions in clingo, which would all map to the same concrete spec.

Since `packages.yaml` is a global variable, we need to check whether
the entry was already added in a previous call.

This causes the existence of multiple "equivalent" solutions in clingo,
which would all map to the same concrete spec.

Signed-off-by: Massimiliano Culpo <[email protected]>
@alalazo alalazo added the v1.0.3 PRs to backport for v1.0.3 label Sep 23, 2025
@alalazo alalazo removed the v1.0.3 PRs to backport for v1.0.3 label Sep 24, 2025
@alalazo
Copy link
Copy Markdown
Member Author

alalazo commented Sep 24, 2025

Close this in favor of #51355

@alalazo alalazo closed this Sep 24, 2025
@alalazo alalazo deleted the solver/avoid-duplicating-the-same-libc branch September 24, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants