From 86cda504cd15cdf6a3bbadc0e45917085c7f89a5 Mon Sep 17 00:00:00 2001 From: ncteisen <ncteisen@gmail.com> Date: Mon, 28 Nov 2016 11:00:45 -0800 Subject: [PATCH] Update build.yaml to fix MacOS build --- build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.yaml b/build.yaml index 407b50ca7b..510b366b61 100644 --- a/build.yaml +++ b/build.yaml @@ -1039,6 +1039,9 @@ libs: - grpc++_base - grpc++_codegen_base - grpc++_codegen_base_src + - grpc_transport_chttp2_client_insecure + - grpc_transport_chttp2_server_insecure + - census platforms: - linux secure: true -- GitLab