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

Fix the dependency grpcio-tools version #16776

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

qiluo-msft
Copy link
Collaborator

@qiluo-msft qiluo-msft commented Oct 4, 2023

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
  • Microsoft ADO (number only): 25396344

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211
  • 202305

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)

# 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
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@qiluo-msft qiluo-msft merged commit 68f4450 into sonic-net:master Oct 4, 2023
9 checks passed
@qiluo-msft qiluo-msft deleted the qiluo/fixgcio branch October 4, 2023 23:07
@Blueve
Copy link
Contributor

Blueve commented Oct 9, 2023

@StormLiangMS @yxieca please help backport this patch.

ADO: 25396344

mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Oct 9, 2023
#### Why I did it
Fix the build break of marvell-armhf/sonic-ycabled
@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202305: #16809

mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Oct 9, 2023
#### Why I did it
Fix the build break of marvell-armhf/sonic-ycabled
@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202211: #16810

mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Oct 9, 2023
#### Why I did it
Fix the build break of marvell-armhf/sonic-ycabled
@mssonicbld
Copy link
Collaborator

Cherry-pick PR to 202205: #16816

mssonicbld pushed a commit that referenced this pull request Oct 10, 2023
#### Why I did it
Fix the build break of marvell-armhf/sonic-ycabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants