-
Notifications
You must be signed in to change notification settings - Fork 383
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
T6758: Add build package xen-guest-agent #788
Conversation
👍 |
@Mergifyio backport circinus |
✅ Backports have been created
|
cargo install cargo-deb | ||
|
||
# Build deb | ||
cargo deb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a peculiarity there. By default, the xenstore-rs
crates links against the system libxenstore.so
, but the Debian packaging doesn't have that dependency so building with default flags will result in a broken installation, unless libxenstore is installed by hand.
See my MR in the upstream for details: https://gitlab.com/xen-project/xen-guest-agent/-/merge_requests/86
The 'xen-guest-agent' could be used for XCP-NG images
Change Summary
The
xen-guest-agent
could be used for XCP-NG imagesTypes of changes
Related Task(s)
Component(s) name
Proposed changes
How to test
Checklist: