This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
linux-kernel-bbrv3/.github/workflows
Claude 3a58dd45ed Install libdw-dev so dpkg-checkbuilddeps passes (amd64 + arm64)
The kernel's generated debian/control lists libdw-dev:native as an
unconditional Build-Depends, so dpkg-buildpackage aborts via
dpkg-checkbuilddeps before the build starts -- regardless of .config.
Disabling BTF/pahole never satisfied this check.

libdw-dev is just the elfutils libdw headers and does not make pahole
run; dwarves stays absent since DEBUG_INFO_BTF is disabled.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 13:53:42 +08:00
..