Skip to content

Use gRPC 1.2.2

Jacob Vosmaer requested to merge jacobvosmaer-gitlab/gitlab-ce:grpc-1.2.2 into master

What does this MR do?

Use version 1.2.2 of the 'grpc' gem.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Versions below 1.2.2 failed to load after local compilation of native extensions.

https://github.com/grpc/grpc/issues/9998

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://github.com/grpc/grpc/issues/9998

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/30766

Merge request reports