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

Add libudev-dev and libdbus-1-dev dependencies #662

Conversation

elizabethengelman
Copy link

Closes stellar/system-test#116

Adding libudev-dev and libdbus-1-dev as dependencies - libudev-dev is needed for ledger support (upcoming), and libdbus-1-dev is needed for the crate we are using to support keychain signing.

@leighmcculloch
Copy link
Member

Are these libraries required by any of the software installed in QuickStart? QuickStart doesn't embed the CLI, so shouldn't need these.

If an image that builds on QuickStart needs these they should be added to that image.

@elizabethengelman
Copy link
Author

Are these libraries required by any of the software installed in QuickStart? QuickStart doesn't embed the CLI, so shouldn't need these.

Ah, good point! These should be specific to the CLI, so i can close this PR in lieu of the fix directly to the system test repo: stellar/system-test#118

@elizabethengelman elizabethengelman deleted the fix/116-fix-libdbus-dep branch January 27, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

E2e tests on CLI failing due to the libdbus-1-dev dep
2 participants