[202205][SAIServer] support saiserver v2 in bullseye (#11870)

* [SAIServer] support saiserver v2 in bullseye

Support build saiserverv2 in bullseye

Add dependencies for building saiserverv2
Upgrade libboost-atomic1.71 to libboost-atomic1.74

Test done:
Local builded with NOSTRETCH=y NOJESSIE=y NOBUSTER=y SAITHRIFT_V2=y make target/docker-saiserverv2-brcm.gz

* update libboost-atomic from 1.71 to 1.74 for bullseye
This commit is contained in:
Richard.Yu 2022-08-30 09:59:53 +08:00 committed by GitHub
parent e069c520ac
commit a30daf0248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get -y install \
gdb \
libboost-atomic1.71.0
libboost-atomic1.74.0
COPY \
{% for deb in docker_saiserver_brcm_debs.split(' ') -%}

View File

@ -27,7 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get -y install \
gdb \
libboost-atomic1.71.0
libboost-atomic1.74.0
COPY \
{% for deb in docker_saiserver_mlnx_debs.split(' ') -%}

View File

@ -117,6 +117,13 @@ RUN apt-get update && apt-get install -y \
libxml-simple-perl \
graphviz \
aspell \
# For SAI meta rpc build - make rpc
libgetopt-long-descriptive-perl \
libconst-fast-perl \
libtemplate-perl \
libnamespace-autoclean-perl \
libmoose-perl \
libmoosex-aliases-perl \
# For linux build
bc \
fakeroot \