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

T6758: Add build package xen-guest-agent #788

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

sever-sever
Copy link
Member

Change Summary

The xen-guest-agent could be used for XCP-NG images

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):

Related Task(s)

Component(s) name

Proposed changes

How to test

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

@sever-sever sever-sever requested a review from a team as a code owner October 3, 2024 07:56
Copy link

github-actions bot commented Oct 3, 2024

👍
No issues in PR Title / Commit Title

@github-actions github-actions bot added the current VyOS rolling release label Oct 3, 2024
@sever-sever
Copy link
Member Author

@Mergifyio backport circinus

Copy link

mergify bot commented Oct 3, 2024

backport circinus

✅ Backports have been created

cargo install cargo-deb

# Build deb
cargo deb
Copy link
Member

@dmbaturin dmbaturin Oct 3, 2024

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
@dmbaturin dmbaturin merged commit d2c98d1 into vyos:current Oct 3, 2024
10 checks passed
sever-sever added a commit that referenced this pull request Oct 3, 2024
T6758: Add build package xen-guest-agent (backport #788)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport current VyOS rolling release
Development

Successfully merging this pull request may close these issues.

3 participants