0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 22:38:55 +00:00

Disable generation of debuginfo packages for DEB distros. ()

* Disable generation of debuginfo packages for DEB distros.

actually need to the debuginfo to work correctly, so split debug symbols don’t
Our automatic stacktrace logging and crash reporting functionality
really make sense for our use case.

* Only disable split debuginfo for core, not plugins.

We don’t do crash reporting or stack trace logging for plugins, so they
can still use the split debug info packages.

* Work around bugs in Debian 11 and Ubuntu 20.04.
This commit is contained in:
Austin S. Hemmelgarn 2025-03-23 16:23:18 -04:00 committed by GitHub
parent 6cb523d24b
commit 7b38ebd8e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
"${PKG_FILES_PATH}/deb/netdata/postinst"
"${PKG_FILES_PATH}/deb/netdata/postrm")
set(CPACK_DEBIAN_NETDATA_DEBUGINFO_PACKAGE On)
set(CPACK_DEBIAN_NETDATA_DEBUGINFO_PACKAGE Off)
#
# dashboard