-
Notifications
You must be signed in to change notification settings - Fork 717
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
disable debuginfod for elfutils to minimize required dependencies #13034
disable debuginfod for elfutils to minimize required dependencies #13034
Conversation
Test report by @lexming |
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... - notification for comment with ID 855397253 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Test report by @boegel |
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.
lgtm
Going in, thanks @lexming! |
(created using
eb --new-pr
)Our builds of elfutils are rather bloated with an httpd server and a sqlite database that are only needed for
debuginfod
, a server/client solution for debugging. I think that it is preferable to remove such debug features by default and reduce the number of dependencies of elfutils.If anybody needs those debug tools we could make a more complete solution by having an extra easyconfig of elfutils (eg
-debug
versionsuffix) withdebuginfod
that also has Valgrind.