Skip to content

added multilib as a dep#3417

Closed
killertofus wants to merge 1 commit intoarchlinux:masterfrom
killertofus:multilib
Closed

added multilib as a dep#3417
killertofus wants to merge 1 commit intoarchlinux:masterfrom
killertofus:multilib

Conversation

@killertofus
Copy link
Copy Markdown
Contributor

@killertofus killertofus commented Apr 28, 2025

PR Description:

Tests and Checks

  • I have tested the code!

@svartkanin
Copy link
Copy Markdown
Collaborator

Hardcoding a repository that is not necessarily specified in the selection is not the way to go.
This needs to be dynamically passed into the arguments, but it goes beyond that as the multi lib repository needs to be actually enabled in the /etc/pacman.conf first and then synced.
I started looking at this and it's more complicated, I'll try to get something working this week

Tui.print(str(_('Loading packages...')), clear_screen=True)

repositories |= {Repository.Core, Repository.Extra}
repositories |= {Repository.Core, Repository.Extra, Repository.Multilib}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work, as this is only a filter for listed packages

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