-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Remove bsdmainutils from doc/ci #30749
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
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
hebasto
left a comment
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.
This was previously used to install
hexdump(for the tests).
(via the bsdextrautils package, at least on Ubuntu 24.04)
ACK c462276e6eea70efb0dd3a486f50fb32a7934500.
|
|
Yea, see my comment here: https://github.com/bitcoin/bitcoin/pull/30740/files#r1735920877. I will just add the proper dependency. |
c462276 to
78358ce
Compare
|
ACK 78358ce |
hebasto
left a comment
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.
ACK 78358ce.
|
Going to merge this now, to prevent any further unrelated CI failures in other PRs. |
|
Just ran into this as well, thanks for the fix. |
This was previously used to install
hexdump(for the tests). However that isn't used by CMake. I'm not aware of any other tools from this package being used.