* enable libunwind in static builds
* add libunwind and backtrace to buildinfo
* add linunwind to alpine packages
* add -dev packages
* add remove libunwind binary from the packages
* Vendor libunwind in static builds instead of using a copy from the build environment.
This is required to ensure that the C++ exception handling functionality
in libunwind is _disabled_, because it does not play nice with static
linking when using C++ with exception handling support enabled.
* Remove changes from local testing.
* Fix cross architecture builds.
* Disable libunwind on 64-bit POWER builds.
musl libc does not include functions that are required to build
libunwind for this platform, so just disable it there for now.
---------
Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
To optimize the CI we are trying to cache build artifacts such as all the software we build and statically bundle for static binaries (for each arch) In a nutshell the artifacts of these https://github.com/netdata/netdata/tree/master/packaging/makeself/jobs source files. With this https://github.com/netdata/netdata/blob/master/.github/scripts/get-static-cache-key.sh script we generate the keys for these cached artifacts taking into account the (source files of the jobs, version of the software, static packages bundled in the base images). The effort #16303 to make a centralized file for all the versions expanded the problem of not considering the exact versions.
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-29 14:15:34 +02:00
Renamed from packaging/makeself/bundled-packages (Browse further)