-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BFN] Fix syncd RPC compilation #4258
Conversation
@qiluo-msft, @kcudnik Please review |
ifeq ($(ENABLE_SYNCD_RPC),y) | ||
$(LIBSAIREDIS)_DEPENDS += $(LIBSAITHRIFT_DEV) | ||
endif | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this empty line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
2803de8
retest vsimage please |
retest vs please |
retest this please |
retest default please |
2 similar comments
retest default please |
retest default please |
retest this please |
retest vsimage please |
6 similar comments
retest vsimage please |
retest vsimage please |
retest vsimage please |
retest vsimage please |
retest vsimage please |
retest vsimage please |
- What I did
Fixed compilation with
ENABLE_SYNCD_RPC=y
Need #4253 as well
- How I did it
- How to verify it
Build with
ENABLE_SYNCD_RPC=y
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)