[openssh]: move build dep installation to sonic-slave-buster (#8381)
install build dep causes dpkg lock issue in parallel build Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
62347850be
commit
4e0b2751a8
@ -348,6 +348,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libsystemd-dev \
|
libsystemd-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
|
RUN apt-get -y build-dep openssh
|
||||||
|
|
||||||
# Build fix for ARMHF buster libsairedis
|
# Build fix for ARMHF buster libsairedis
|
||||||
{%- if CONFIGURED_ARCH == "armhf" %}
|
{%- if CONFIGURED_ARCH == "armhf" %}
|
||||||
# Install doxygen build dependency packages
|
# Install doxygen build dependency packages
|
||||||
|
@ -19,7 +19,6 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
|
|||||||
stg import -s ../patch/series
|
stg import -s ../patch/series
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
sudo http_proxy=$(http_proxy) apt-get -y build-dep openssh
|
|
||||||
dpkg-buildpackage -rfakeroot -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
|
dpkg-buildpackage -rfakeroot -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user