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

Add grpc version pin. #77

Merged
merged 1 commit into from
Feb 14, 2018
Merged

Add grpc version pin. #77

merged 1 commit into from
Feb 14, 2018

Conversation

qingling128
Copy link

@qingling128 qingling128 commented Feb 14, 2018

Similar with the protobuf issue, we need to pin grpc version as well.

The long-term fix is rake-compiler/rake-compiler#146.

@@ -11,3 +11,4 @@
download "tzinfo", "1.2.2"
download "tzinfo-data", "1.2016.5"
download "google-protobuf", "3.5.1"
download "grpc", "1.9.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't here before, so I'm led to believe another one of the dependencies is pulling in a newer version. Will pinning this guarantee that this is what's being used as opposed to another version pulled in from another dependency?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason this is new here is because that grpc switched to rake compiler in the latest release. Then this issue is triggered: rake-compiler/rake-compiler#146.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

Copy link

@dhrupadb dhrupadb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👌 Thanks ling!

Copy link

@bmoyles0117 bmoyles0117 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@qingling128 qingling128 merged commit 0490042 into master Feb 14, 2018
@qingling128 qingling128 deleted the lingshi-grpcpin branch February 14, 2018 18:39
qingling128 added a commit that referenced this pull request Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants