Skip to content

Commit 8392cad

Browse files
rnavmpe
authored andcommitted
Install dwarves in the build images
Install dwarves so that pahole is available for kernel builds with CONFIG_DEBUG_INFO_BTF.
1 parent 597db75 commit 8392cad

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

build/fedora/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN dnf -y install \
88
ccache \
99
cpio \
1010
diffutils \
11+
dwarves \
1112
elfutils-libelf-devel \
1213
findutils \
1314
flex \

build/korg/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get -q -y update && \
1515
ccache \
1616
cpio \
1717
curl \
18+
dwarves \
1819
file \
1920
flex \
2021
gcc \

build/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get -q -y update && \
1919
cpio \
2020
crossbuild-essential-powerpc \
2121
gcc-multilib-powerpc-linux-gnu \
22+
dwarves \
2223
file \
2324
flex \
2425
gcc \

0 commit comments

Comments
 (0)