mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
kernel: add findutils to perf build and make it more verbose
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
72fe47557f
commit
0dd1283dec
@ -17,6 +17,7 @@ RUN apk add \
|
||||
installkernel \
|
||||
kmod \
|
||||
elfutils-dev \
|
||||
findutils \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
sed \
|
||||
@ -32,7 +33,7 @@ RUN tar xf linux.tar.xz && \
|
||||
WORKDIR /linux
|
||||
|
||||
RUN mkdir -p /out && \
|
||||
make -C tools/perf LDFLAGS=-static && \
|
||||
make -C tools/perf LDFLAGS=-static V=1 && \
|
||||
strip tools/perf/perf && \
|
||||
cp tools/perf/perf /out
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user