Skip to content

Commit

Permalink
grpc: Clarify when we can remove the macOS workaround again.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-berlin committed Oct 8, 2016
1 parent 3d9ec1c commit bc331e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion travis/install_grpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ if [ `uname -s` == "Darwin" ]; then
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
$grpc_dist/usr/local/bin/pip install Cython

# this enables to build protobuf on OSX Sierra
# Work-around macOS Sierra blocker, see: https://github.com/youtube/vitess/issues/2115
# TODO(mberlin): Remove this when the underlying issue is fixed and available
# in the gRPC version used by Vitess.
# See: https://github.com/google/protobuf/issues/2182
export CPPFLAGS="-Wno-deprecated-declarations"
fi

Expand Down

0 comments on commit bc331e5

Please sign in to comment.