From: Han Gao Date: Fri, 29 Dec 2023 14:31:52 +0000 (+0800) Subject: ci: add pahole X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0459494738b13c1285d678de044d96449e698005;p=platform%2Fkernel%2Flinux-thead.git ci: add pahole Signed-off-by: Han Gao (cherry picked from commit 2bd2eac4a77b84410e0eb54bd19984186f6300e7) Signed-off-by: Jaehoon Chung --- diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index bea50d59764b..1f9f95cc7d31 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -39,7 +39,7 @@ jobs: sudo apt install -y gdisk dosfstools g++-12-riscv64-linux-gnu build-essential \ libncurses-dev gawk flex bison openssl libssl-dev tree \ dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf device-tree-compiler \ - devscripts + devscripts pahole - name: Checkout kernel uses: actions/checkout@v4