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

feat: Make use of rpm-ostree cache #68

Merged
merged 5 commits into from
Feb 19, 2024
Merged

feat: Make use of rpm-ostree cache #68

merged 5 commits into from
Feb 19, 2024

Conversation

gmpinder
Copy link
Member

After setting up the tmpfs mount for /var, rpm-ostree started to not have cache throughout the single build. This creates a cache for rpm-ostree that is tied to the specific recipe being built. This will allow subsequent builds of a recipe to be faster and not interfere with the cache of another recipe, especially if they are on different OS versions

After setting up the tmpfs mount for /var, rpm-ostree started to not have cache throughout
the single build. This creates a cache for rpm-ostree that is tied to the specific recipe
being built. This will allow subsequent builds of a recipe to be faster and not interfere
with the cache of another recipe, especially if they are on different OS versions
@gmpinder gmpinder self-assigned this Feb 17, 2024
@gmpinder gmpinder enabled auto-merge (squash) February 17, 2024 19:38
@gmpinder gmpinder linked an issue Feb 17, 2024 that may be closed by this pull request
@gmpinder gmpinder disabled auto-merge February 17, 2024 20:07
@gmpinder gmpinder merged commit ca6cd80 into main Feb 19, 2024
1 check failed
@gmpinder gmpinder deleted the rpm-ostree-cache branch February 19, 2024 04:48
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.

feat: Create a builtin module for rpm-ostree
2 participants