From 6d520a8e1423d609c5524e6e02c74ab9d162978a Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Wed, 10 Jun 2026 12:06:04 +0200 Subject: [PATCH] Add pahole to Red Hat based distributions --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a51e7ed..ec6cee10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,10 @@ jobs: if: matrix.distro.name == 'almalinux' || matrix.distro.name == 'centos' || matrix.distro.name == 'fedora' # Relax crypto policies to allow RSA signatures run: | - dnf install -y gawk diffutils elfutils-libelf gcc kernel kernel-devel make openssl patch crypto-policies-scripts + if [ "${{ matrix.distro.tag }}" == "8" ]; then + dnf config-manager --set-enabled powertools + fi + dnf install -y gawk diffutils dwarves elfutils-libelf gcc kernel kernel-devel make openssl patch crypto-policies-scripts update-crypto-policies --set LEGACY make install-redhat