Skip to content

Commit

Permalink
fix(kselftest.jinja): Add clang for kselftest packages
Browse files Browse the repository at this point in the history
kselftest/net need clang to compile bpf programs.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Jan 16, 2025
1 parent aafa7d9 commit 94eb81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/docker/fragment/kselftest.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libpopt-dev{{ pkgarch }} \
libssl-dev{{ pkgarch }} \
patch \
pkg-config
pkg-config \
clang

0 comments on commit 94eb81a

Please sign in to comment.