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/cross-test.sh b/build/docker/scripts/cross-test.sh index d9562ab..4da7813 100755 --- a/build/docker/scripts/cross-test.sh +++ b/build/docker/scripts/cross-test.sh
@@ -3,7 +3,7 @@ ./bootstrap.sh ./configure --enable-tutorial=no -make -j4 precross +make -j3 precross set +e make cross