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

main: Don't use package system to query our own version #783

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

cgwalters
Copy link
Member

When we were reworking bootc install to try to run outside of a container, we hit on the fact that this query required rpm in the host context which is conceptually broken.

As part of severing our dependency on rpm (and package systems) in general let's just use our own crate version which we know at compile time.

When we were reworking `bootc install` to try to run outside
of a container, we hit on the fact that this query required
rpm in the *host* context which is conceptually broken.

As part of severing our dependency on rpm (and package systems)
in general let's just use our own crate version which we know
at compile time.

Signed-off-by: Colin Walters <[email protected]>
@cgwalters cgwalters enabled auto-merge November 21, 2024 16:18
@cgwalters cgwalters merged commit 045f792 into coreos:main Nov 21, 2024
12 checks passed
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