-
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
Fix the dependency grpcio-tools version #16776
Conversation
# For building sonic_ycabled | ||
# Note: upstream build breaks with old version of setuptools | ||
# ref: https://github.com/grpc/grpc/issues/34569 | ||
RUN pip3 install grpcio==1.58.0 grpcio-tools==1.58.0 |
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.
Looks like the dockers and the base image are on GRPC 1.39.0. Do we want to use that version instead?
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.
If the current situation is truly any version, it is using relative newer version until recent build broken. So I prefer not to change situation dramatically.
@StormLiangMS @yxieca please help backport this patch. ADO: 25396344 |
#### Why I did it Fix the build break of marvell-armhf/sonic-ycabled
Cherry-pick PR to 202305: #16809 |
#### Why I did it Fix the build break of marvell-armhf/sonic-ycabled
Cherry-pick PR to 202211: #16810 |
#### Why I did it Fix the build break of marvell-armhf/sonic-ycabled
Cherry-pick PR to 202205: #16816 |
#### Why I did it Fix the build break of marvell-armhf/sonic-ycabled
Why I did it
Fix the build break of marvell-armhf/sonic-ycabled
Upstream build breaks with old version of setuptools
ref: grpc/grpc#34569
Work item tracking
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)