debuginfod.steamos.cloud

This is a debuginfod instance providing detached debug symbols for SteamOS and the Steam Runtime.

To use:

export DEBUGINFOD_URLS="https://debuginfod.steamos.cloud"

For the Steam Runtime, if your distribution has its own debuginfod server you should combine them, for example one of these:

export DEBUGINFOD_URLS="https://debuginfod.steamos.cloud https://debuginfod.archlinux.org"
export DEBUGINFOD_URLS="https://debuginfod.steamos.cloud https://debuginfod.centos.org"
export DEBUGINFOD_URLS="https://debuginfod.steamos.cloud https://debuginfod.debian.net"
export DEBUGINFOD_URLS="https://debuginfod.steamos.cloud https://debuginfod.fedoraproject.org"
export DEBUGINFOD_URLS="https://debuginfod.steamos.cloud https://debuginfod.opensuse.org"
export DEBUGINFOD_URLS="https://debuginfod.steamos.cloud https://debuginfod.ubuntu.com"

More information about debuginfod