Skip to content

Hydra: Enable debuginfo indexing for all store paths #484

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

Closed
edolstra opened this issue Sep 30, 2024 · 1 comment · Fixed by #627
Closed

Hydra: Enable debuginfo indexing for all store paths #484

edolstra opened this issue Sep 30, 2024 · 1 comment · Fixed by #627

Comments

@edolstra
Copy link
Member

Is your feature request related to a problem? Please describe.

Currently, we only maintain the DWARF debuginfo index (https://cache.nixos.org/debuginfo) for store paths that are part of NixOS/Nixpkgs releases. This means that dwarffs cannot find debug symbols for other store paths, in particular for Nix releases built by Hydra. This makes it harder to debug core dumps from Nix crashes in the field.

Describe the solution you'd like

Enable the index-debug-info option on store_uri in hydra.conf.

This should allow us to get rid of index-debuginfo.cc in the channel updater scripts.

Describe alternatives you've considered

Additional context

mweinelt added a commit that referenced this issue Apr 10, 2025
Enable the nix integrated index-debuginfo functionality, which should
allow work to remove the index-debuginfo code from channel scripts.

Closes: #484
@mweinelt
Copy link
Member

Enable the index-debug-info option on store_uri in hydra.conf.

Has been configured. What now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants