Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change sairedis commit ID to latest #180

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 \
yuriilisovskyi marked this conversation as resolved.
Show resolved Hide resolved
yuriilisovskyi marked this conversation as resolved.
Show resolved Hide resolved
&& 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
8 changes: 4 additions & 4 deletions sai.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# The sonic-swss-common and sonic-sairedis commits were taken from
# sonic-buildimage master as of May 22, 2023
# sonic-buildimage master as of Aug 15, 2023
#
# https://github.com/sonic-net/sonic-buildimage/tree/c5f2a0e
# https://github.com/sonic-net/sonic-buildimage/tree/4acaaf8

SWSS_COMMON_ID=5f41f0d
SAIREDIS_ID=606703e
SWSS_COMMON_ID=be425ed
SAIREDIS_ID=eb24302

# SAI version:
# Branch v1.12
Expand Down