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

Use cargo workspace to avoid compiling libvirt #23

Open
eureka-cpu opened this issue Aug 27, 2024 · 0 comments
Open

Use cargo workspace to avoid compiling libvirt #23

eureka-cpu opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
enhancement Improvement to an existing feature

Comments

@eureka-cpu
Copy link
Collaborator

Some binaries won't use all of the dependencies, specifically the ones that can make packaging things statically, or for cross compilation challenging. We can avoid the need for those dependencies by breaking up the root package into a workspace. For backwards compatibility, or ease of use this could be a workspace package so that we get the benefits mentioned while still exposing the overall allegra package.

@eureka-cpu eureka-cpu added the enhancement Improvement to an existing feature label Aug 27, 2024
@eureka-cpu eureka-cpu self-assigned this Aug 27, 2024
@eureka-cpu eureka-cpu changed the title Use cargo workspace to avoid compiling libvert Use cargo workspace to avoid compiling libvirt Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant