kernel: add findutils to perf build and make it more verbose

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2020-04-14 23:49:33 +01:00
parent 72fe47557f
commit 0dd1283dec

View File

@ -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