fix C++ interop test build

pull/23412/head
Jan Tattermusch 5 years ago
parent 4f96118724
commit d8c76321c3
  1. 4
      tools/dockerfile/interoptest/grpc_interop_cxx/build_interop.sh

@ -28,7 +28,9 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
make install-certs -j4
# Install the roots.pem
mkdir -p /usr/local/share/grpc
cp etc/roots.pem /usr/local/share/grpc/roots.pem
# build C++ interop client & server
make interop_client interop_server -j4

Loading…
Cancel
Save