-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 tools pruned by dep #1260
Fix tools pruned by dep #1260
Conversation
Signed-off-by: Isaac Hier <isaachier@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1260 +/- ##
======================================
Coverage 100% 100%
======================================
Files 160 160
Lines 7181 7181
======================================
Hits 7181 7181 Continue to review full report at Codecov.
|
I think the install is fixed, but at least for me, |
@isaachier Please look at the changes I made in #1214 . I managed to have |
Cool @olivierboucher will do thanks. |
Signed-off-by: Isaac Hier <isaachier@gmail.com>
Actually, the only problem I had was because I was using protoc-3.0.0 when should have been using protoc >= 3.5.1. Works fine now. |
what were the issues with older protoc? Unfortunately, afaik protoc does not have a |
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.
Thanks, Isaac!
|
||
[[constraint]] | ||
name = "github.com/gogo/protobuf" | ||
revision = "fd9a4790f3963525fb889cc00e0a8f828e0b3a29" |
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.
I'll merge it on green build, but we should figure out how to pin to versions instead of raw commit hash. E.g. gogo/googleapis
has a 1.1.0 release in August, which is later than the commit we have. And gogo/protobuf
has pretty frequent releases.
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.
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.
It should work with newer versions too. This is copied from the old glide.yaml.
Glad to help! I saw the issue when I checked the gogo/protobuf repo and saw the install-protoc.sh script. It specifically downloads 3.5.1. The Ubuntu package I was using was pretty old in comparison. |
Signed-off-by: Isaac Hier isaachier@gmail.com
Which problem is this PR solving?
proto-install
#1258.Short description of the changes