Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache should deduplicate identical packages between host and VM #9706

Open
DemiMarie opened this issue Jan 12, 2025 · 0 comments
Open

Cache should deduplicate identical packages between host and VM #9706

DemiMarie opened this issue Jan 12, 2025 · 0 comments
Labels
C: builder Qubes Builder P: default Priority: default. Default priority for new issues, to be replaced given sufficient information.

Comments

@DemiMarie
Copy link

How to file a helpful issue

The problem you're addressing (if any)

host-DIST and vm-DIST will have many identical packages. Downloading and storing them multiple times is wasteful. Even though it is not possible to share the chroots (#9705 (comment)), the actual packages can be shared, as they are immutable.

The solution you'd like

Download and store the identical packages only once.

The value to a user, and who that user might be

All contributors who build packages for both host and guest will benefit from fewer redundant downloads.

Completion criteria checklist

(This section is for developer use only. Please do not modify it.)

@DemiMarie DemiMarie added T: enhancement C: builder Qubes Builder P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. labels Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: builder Qubes Builder P: default Priority: default. Default priority for new issues, to be replaced given sufficient information.
Projects
None yet
Development

No branches or pull requests

2 participants