Skip to content

Commit

Permalink
Fix for image build
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu>
  • Loading branch information
yuriilisovskyi committed Aug 17, 2023
1 parent c0f8acc commit 62a6bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npu/broadcom/BCM56850/saivs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN git clone https://github.com/sonic-net/sonic-sairedis.git \
&& sed -i "s/^SUBDIRS = py2 py3/SUBDIRS = py3/" pyext/Makefile.am \
&& ./autogen.sh \
&& export DEB_BUILD_PROFILES=nopython2 \
&& dpkg-buildpackage -us -uc -b --target=binary-syncd-vs --jobs=auto \
&& dpkg-buildpackage -us -uc -b -Psyncd,vs,nopython2 --jobs=auto \
&& cd .. \
&& dpkg -i libsaimetadata_1.0.0_amd64.deb \
&& dpkg -i libsaimetadata-dev_1.0.0_amd64.deb \
Expand Down
2 changes: 1 addition & 1 deletion npu/broadcom/BCM56850/saivs/Dockerfile.saithrift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN git clone https://github.com/sonic-net/sonic-sairedis.git \
&& sed -i "s/^SUBDIRS = py2 py3/SUBDIRS = py3/" pyext/Makefile.am \
&& ./autogen.sh \
&& export DEB_BUILD_PROFILES=nopython2 \
&& dpkg-buildpackage -us -uc -b --target=binary-syncd-vs --jobs=auto \
&& dpkg-buildpackage -us -uc -b -Psyncd,vs,nopython2 --jobs=auto \
&& cd .. \
&& dpkg -i libsaimetadata_1.0.0_amd64.deb \
&& dpkg -i libsaimetadata-dev_1.0.0_amd64.deb \
Expand Down
2 changes: 1 addition & 1 deletion npu/broadcom/BCM56850/saivs/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN git clone https://github.com/sonic-net/sonic-sairedis.git \
&& sed -i "s/^SUBDIRS = py2 py3/SUBDIRS = py3/" pyext/Makefile.am \
&& ./autogen.sh \
&& export DEB_BUILD_PROFILES=nopython2 \
&& dpkg-buildpackage -us -uc -b --target=binary-syncd-vs --jobs=auto \
&& dpkg-buildpackage -us -uc -b -Psyncd,vs,nopython2 --jobs=auto \
&& cd .. \
&& dpkg -i libsaimetadata_1.0.0_amd64.deb \
&& dpkg -i libsaimetadata-dev_1.0.0_amd64.deb \
Expand Down

0 comments on commit 62a6bce

Please sign in to comment.