Revert "install crossbuild in buster slave for arm arch kernel compile"

This reverts commit dc0f010066.
This commit is contained in:
Guohan Lu 2020-05-30 21:17:22 +00:00
parent 1e369b0998
commit c37c949342

View File

@ -317,11 +317,6 @@ 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" %}