[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:
parent
e069c520ac
commit
a30daf0248
@ -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(' ') -%}
|
||||
|
@ -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(' ') -%}
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user