install crossbuild in buster slave for arm arch kernel compile

This commit is contained in:
taocy 2020-05-21 07:37:07 +00:00
parent 00e7e14927
commit dc0f010066

View File

@ -315,6 +315,11 @@ RUN sudo augtool --autosave "set /files/etc/dpkg/dpkg.cfg/force-confold"
# For linux build
RUN apt-get -y build-dep linux
# For march kernel compile
RUN apt-get install -y crossbuild-essential-amd64 \
crossbuild-essential-arm64 \
crossbuild-essential-armhf
# For gobgp and telemetry build
RUN export VERSION=1.14.2 \
{%- if CONFIGURED_ARCH == "armhf" %}