From: Lucas De Marchi Date: Mon, 3 Aug 2026 20:29:31 +0000 (-0500) Subject: ci: Add pahole to alpine X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35868089c7b0fb02ef8ee4d532207e2d39ab677;p=thirdparty%2Fkmod.git ci: Add pahole to alpine Drop warning from CI: make[2]: Entering directory '/__w/kmod/kmod/builddir-gcc-64/testsuite/module-playground' warning: pahole version differs from the one used to build the kernel The kernel was built with: 130 You are using: 0 Signed-off-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/454 --- diff --git a/.github/actions/setup-os/setup-alpine.sh b/.github/actions/setup-os/setup-alpine.sh index c5039ba4..f297aa3b 100755 --- a/.github/actions/setup-os/setup-alpine.sh +++ b/.github/actions/setup-os/setup-alpine.sh @@ -16,6 +16,7 @@ apk add \ mbedtls-dev \ meson \ openssl-dev \ + pahole \ scdoc \ tar \ xz-dev \