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

Upgrade to protobuf 3.6.1 #5320

Merged
merged 4 commits into from
Feb 7, 2019
Merged

Upgrade to protobuf 3.6.1 #5320

merged 4 commits into from
Feb 7, 2019

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Feb 5, 2019

For Bazel, we upgrade to protobuf 3.6.1.2 and javalite HEAD to fix
incompatibilities in newer Bazel releases.

compiler/Dockerfile is unused, so it was removed instead of being updated.

protoc no longer includes codegen for nano, so we remain on the older protoc
any time nano is used.

Protobuf now requires C++11 when compiling, so windows was swapped to
VC 14.


CC @drigz

Fixes #5310

For Bazel, we upgrade to protobuf 3.6.1.2 and javalite HEAD to fix
incompatibilities in newer Bazel releases.

compiler/Dockerfile is unused, so it was removed instead of being updated.

protoc no longer includes codegen for nano, so we remain on the older protoc
any time nano is used.
@ejona86
Copy link
Member Author

ejona86 commented Feb 6, 2019

Windows is failing because Protobuf now requires C++11. We'll have to update to a newer version of VS.

@ejona86
Copy link
Member Author

ejona86 commented Feb 7, 2019

@zhangkun83, PTAL, the changes are each in their own separate commit.

Copy link
Contributor

@zhangkun83 zhangkun83 left a comment

Choose a reason for hiding this comment

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

LGTM

@ejona86 ejona86 merged commit eaca734 into grpc:master Feb 7, 2019
@ejona86 ejona86 deleted the protobuf-3.6.1 branch February 7, 2019 21:40
@lock lock bot locked as resolved and limited conversation to collaborators May 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bazel building is broken with protobuf<3.6.1.3
2 participants