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

Makefile fixes, bump golang protobuf #227

Merged

Conversation

jdef
Copy link
Member

@jdef jdef commented May 1, 2018

fixes #226

The upstream golang/protobuf project just landed, onto master, a ton of changes from their development branch and it significantly changes the generated bindings. This PR re-generates the bindings using the latest golang protoc plugin. Also included, a fix for the Makefile's so that running make clobber works as expected (and allows one to easily regenerate bindings locally, using the latest binaries).

@jdef jdef requested review from jieyu and saad-ali May 1, 2018 10:47
@jdef jdef added this to the v0.3 milestone May 1, 2018
@jdef
Copy link
Member Author

jdef commented May 1, 2018

PTAL @cpuguy83 @julian-hj @saad-ali @jieyu

@jdef
Copy link
Member Author

jdef commented May 1, 2018

golang/protobuf#591

@gnufied
Copy link
Contributor

gnufied commented May 1, 2018

@jdef so as I understand it, this will potentially break again if something changes in protobuf/golang branch we are tracking? Looks like - it is time we lock down protobuf/golang dependency rather than letting it float?

@jdef
Copy link
Member Author

jdef commented May 1, 2018 via email

Copy link
Member

@jieyu jieyu left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Contributor

@julian-hj julian-hj left a comment

Choose a reason for hiding this comment

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

👍

@jdef jdef merged commit 65fe557 into container-storage-interface:master May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Results from make command are not reproducible
4 participants