[docker-syncd-%-rpc]: Integrate syncd dockers with rpc#431
Merged
pavel-shirshov merged 4 commits intosonic-net:masterfrom Mar 25, 2017
pavel-shirshov:pavelsh/rpc
Merged
[docker-syncd-%-rpc]: Integrate syncd dockers with rpc#431pavel-shirshov merged 4 commits intosonic-net:masterfrom pavel-shirshov:pavelsh/rpc
pavel-shirshov merged 4 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/rpc
Conversation
stcheng
approved these changes
Mar 24, 2017
stcheng
suggested changes
Mar 24, 2017
Contributor
There was a problem hiding this comment.
jinja2.exceptions.UndefinedError: 'docker_syncd_mlnx_debs_rpc' is undefined
check: https://sonic-jenkins.westus.cloudapp.azure.com/job/mellanox/job/buildimage-mlnx-all-pr/546/console
Contributor
Author
|
Yes, Thank you. I've fixed two mistypes for mlnx. My dev machine doesn't have enough disk space to build mlnx targets. |
Contributor
Author
|
./build_debian.sh: line 247: cannot create temp file for here-document: No space left on device |
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Jun 27, 2019
sonic-swss * 32d3297 2019-01-24 | use sai_stat_id_t for new SAI header file (sonic-net#769) sonic-sairedis * 889e409 2019-04-24 | [SAI] Advance submodule to v1.4.1 (sonic-net#450) (HEAD -> 201811, origin/201811) [Marian Pritsak] * b614468 2019-02-27 | [vslib]: Add support of bitmap VNET (bmtor) SAI API (sonic-net#424) [Volodymyr Samotiy] * 1c3ff5c 2019-04-23 | [SAI]: Move SAI pointer to v1.4 (sonic-net#447) [Shuotian Cheng] * 21e737c 2019-03-04 | [SAI] Update SAI pointer (sonic-net#431) [Stepan Blyshchak] * dbf86a7 2019-02-22 | Fix compilation issues in stretch docker with gcc-6.3 (sonic-net#426) [Stepan Blyshchak] * aecfeac 2019-01-31 | Update SAI pointer (sonic-net#414) [Marian Pritsak] * 4910be8 2019-01-18 | Update SAI pointer to latest master (sonic-net#408) [Marian Pritsak] * 1f5de84 2019-06-24 | Revert "[SAI header] upgrade SAI header to version v1.3.7 (sonic-net#445)" [Guohan Lu] Signed-off-by: Guohan Lu <[email protected]>
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Jul 2, 2019
sonic-swss * 32d3297 2019-01-24 | use sai_stat_id_t for new SAI header file (sonic-net#769) sonic-sairedis * fdfcefd 2019-04-24 | [SAI] Advance submodule to v1.4.1 (sonic-net#450) (HEAD -> 201811, origin/201811) [Marian Pritsak] * 006df41 2019-02-27 | [vslib]: Add support of bitmap VNET (bmtor) SAI API (sonic-net#424) [Volodymyr Samotiy] * ec5e187 2019-04-23 | [SAI]: Move SAI pointer to v1.4 (sonic-net#447) [Shuotian Cheng] * 6b9c32e 2019-03-04 | [SAI] Update SAI pointer (sonic-net#431) [Stepan Blyshchak] * f078998 2019-02-22 | Fix compilation issues in stretch docker with gcc-6.3 (sonic-net#426) [Stepan Blyshchak] * 0540e59 2019-01-31 | Update SAI pointer (sonic-net#414) [Marian Pritsak] * 9084920 2019-01-18 | Update SAI pointer to latest master (sonic-net#408) [Marian Pritsak] * fbfe48b 2019-06-24 | Revert "[SAI header] upgrade SAI header to version v1.3.7 (sonic-net#445)" [Guohan Lu] Signed-off-by: Guohan Lu <[email protected]>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
Signed-off-by: marian-pritsak <[email protected]>
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
Include fix for saithrift compilation with newer thrift Signed-off-by: Stepan Blyschak <[email protected]>
bobby-nexthop
pushed a commit
to bobby-nexthop/sonic-buildimage
that referenced
this pull request
Aug 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our tests work with special syncd docker images. These images includes inside:
I integrate syncd dockers with rpc to the build process. Currently these dockers use syncd without rpc.
I'm working on packaging syncd with rpc and integrating it into current build process.
Also I need to build saithrift library from SAI sources and integrate this into the build process.