-
Notifications
You must be signed in to change notification settings - Fork 37.8k
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. |
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 c462276.
|
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 |
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.