mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 10:31:37 +02:00
pahole is a build-time dependency of our kernel build, due to us setting CONFIG_BTF_DEBUG_INFO. If pahole is missing, a `make modules_prepare` with our kernel config results in symbols in the config changing. This will affect people building kernel modules against coreos-sources in the developer container, but not the SDK because pahole is already in sdk-depends. pahole is now an (explicit) BDEPEND of all the coreos-kernel/coreos-modules packages, and we'll make it an RDEPEND of coreos-sources so that it is pulled in whenever it might be necessary. Also add it to the coreos-dev package so that it is included in developer container by default, uncompressed size increase is <1MB.
Description
Languages
Shell
93.1%
Python
6.9%