projects
/
platform
/
kernel
/
linux-thead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d6b8e
)
ci: add pahole
author
Han Gao
<gaohan@iscas.ac.cn>
Fri, 29 Dec 2023 14:31:52 +0000
(22:31 +0800)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:59:01 +0000
(15:59 +0900)
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
(cherry picked from commit
2bd2eac4a77b84410e0eb54bd19984186f6300e7
)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
.github/workflows/kernel.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/kernel.yml
b/.github/workflows/kernel.yml
index bea50d59764ba0b3e25c533568b3e773151ccce1..1f9f95cc7d3181da9420dd1d1e136dd48ad6f483 100644
(file)
--- 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