commit | 2c5ed27a25087f541312d35938056890c4784fc6 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sat Feb 27 18:22:40 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Feb 28 12:04:05 2016 +0900 |
tree | 609732ae1c3d2208cda61768f1ee8902a9ba31ab | |
parent | 103974ec550e7d1c5c75e35f1309095487b5b4e1 [diff] [blame] |
THRIFT-3690 Work around docker image build failures on Travis-CI Client: Build Patch: Nobuaki Sukegawa This closes #906
diff --git a/build/docker/scripts/cmake.sh b/build/docker/scripts/cmake.sh index 8204a1d..0b92c5b 100755 --- a/build/docker/scripts/cmake.sh +++ b/build/docker/scripts/cmake.sh
@@ -3,6 +3,6 @@ mkdir -p cmake_build && cd cmake_build cmake $* .. -make -j4 +make -j3 cpack ctest -VV -E "(concurrency_test|processor_test)"