aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-28 12:18:45 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-11 11:04:52 +0200
commitb2cf73e1f81a9c9eeff6dab8f8980c1711784796 (patch)
treee6fa9de2c3b1db8d6275ff2bfb9bff036e503465 /test/distrib
parentf567ab0d2b3b761a3647126c4c5a2ec2549f4c73 (diff)
prevent submodule headers from influencing the build
Diffstat (limited to 'test/distrib')
-rwxr-xr-xtest/distrib/cpp/run_distrib_test_cmake.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/distrib/cpp/run_distrib_test_cmake.sh b/test/distrib/cpp/run_distrib_test_cmake.sh
index a81de57810..ead8cc10bc 100755
--- a/test/distrib/cpp/run_distrib_test_cmake.sh
+++ b/test/distrib/cpp/run_distrib_test_cmake.sh
@@ -31,6 +31,7 @@ cd cmake/build
cmake -DCMAKE_BUILD_TYPE=Release ../..
make -j4 install
cd ../../../../..
+rm -rf third_party/cares/cares # wipe out to prevent influencing the grpc build
# Install zlib
cd third_party/zlib
@@ -39,6 +40,7 @@ cd cmake/build
cmake -DCMAKE_BUILD_TYPE=Release ../..
make -j4 install
cd ../../../..
+rm -rf third_party/zlib # wipe out to prevent influencing the grpc build
# Install protobuf
cd third_party/protobuf
@@ -47,8 +49,7 @@ cd cmake/build
cmake -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release ..
make -j4 install
cd ../../../..
-
-# TODO: Install boringssl
+rm -rf third_party/protobuf # wipe out to prevent influencing the grpc build
# Install gRPC
mkdir -p cmake/build