Skip to content

Commit b6e2694

Browse files
committed
build: Add gawk to images
The kernel allmod/yesconfig builds requires gawk since commit 5f5e7344322f ("kbuild: generate offset range data for builtin modules") merged in v6.12.
1 parent 1414135 commit b6e2694

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

build/allcross/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get -q -y update && \
1717
dwarves \
1818
file \
1919
flex \
20+
gawk \
2021
gcc \
2122
gcc-powerpc-linux-gnu g++-powerpc-linux-gnu \
2223
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \

build/fedora/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
1313
elfutils-libelf-devel \
1414
findutils \
1515
flex \
16+
gawk \
1617
gcc \
1718
gcc-powerpc64le-linux-gnu \
1819
gcc-powerpc64-linux-gnu \

build/korg/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get -q -y update && \
1818
dwarves \
1919
file \
2020
flex \
21+
gawk \
2122
gcc \
2223
git \
2324
kmod \

build/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN apt-get -q -y update && \
2626
dwarves \
2727
file \
2828
flex \
29+
gawk \
2930
gcc \
3031
gcc-powerpc-linux-gnu \
3132
g++-powerpc-linux-gnu \

0 commit comments

Comments
 (0)