Merge pull request #3489 from rvs/kernel

libunwind-dev workaround on x86 is no longer required
This commit is contained in:
Rolf Neugebauer 2020-04-05 14:01:05 +01:00 committed by GitHub
commit 172b04ff67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ RUN apk add \
installkernel \
kmod \
elfutils-dev \
libunwind-dev \
linux-headers \
mpc1-dev \
mpfr-dev \
@ -30,9 +31,6 @@ RUN apk add \
xz-dev \
zlib-dev
# libunwind-dev pkg is missed from arm64 now, below statement will be removed if the pkg is available.
RUN [ $(uname -m) == x86_64 ] && apk add libunwind-dev || true
ARG KERNEL_VERSION
ARG KERNEL_SERIES
ARG EXTRA