aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_interop_stress_cxx/build_interop_stress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dockerfile/grpc_interop_stress_cxx/build_interop_stress.sh')
-rwxr-xr-xtools/dockerfile/grpc_interop_stress_cxx/build_interop_stress.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_interop_stress_cxx/build_interop_stress.sh b/tools/dockerfile/grpc_interop_stress_cxx/build_interop_stress.sh
index 392bdfccda..470db4c13f 100755
--- a/tools/dockerfile/grpc_interop_stress_cxx/build_interop_stress.sh
+++ b/tools/dockerfile/grpc_interop_stress_cxx/build_interop_stress.sh
@@ -41,5 +41,7 @@ cd /var/local/git/grpc
make install-certs
+BUILD_TYPE=${BUILD_TYPE:=opt}
+
# build C++ interop stress client, interop client and server
-make stress_test metrics_client interop_client interop_server
+make CONFIG=$BUILD_TYPE stress_test metrics_client interop_client interop_server