From: Tobias Stoeckmann Date: Mon, 24 Feb 2025 16:12:24 +0000 (+0100) Subject: ci: add pahole for Debian unstable X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2da3a2f934f5594ad6c79c610deac57c1d13b72a;p=thirdparty%2Fkmod.git ci: add pahole for Debian unstable The pahole package is required in our test suite for module creation: BTF [M] /__w/kmod/kmod/build/testsuite/module-playground/mod-simple.ko /bin/sh: 1: pahole: not found make[3]: *** [/usr/src/linux-headers-6.12.16-common/scripts/Makefile.modfinal:64: /__w/kmod/kmod/build/testsuite/module-playground/mod-simple.ko] Error 127 Signed-off-by: Tobias Stoeckmann Link: https://github.com/kmod-project/kmod/pull/294 Signed-off-by: Lucas De Marchi --- diff --git a/.github/actions/setup-debian/action.yml b/.github/actions/setup-debian/action.yml index 5b58b747..8a09ac63 100644 --- a/.github/actions/setup-debian/action.yml +++ b/.github/actions/setup-debian/action.yml @@ -28,6 +28,7 @@ runs: libzstd-dev \ linux-headers-generic \ meson \ + pahole \ scdoc \ zlib1g-dev \ zstd