Only check out submodules that are actually used (#310)

This commit is contained in:
Philipp Moritz 2016-07-27 19:14:40 -07:00 committed by Robert Nishihara
parent fa29efbf83
commit 2d929ad938

View file

@ -5,7 +5,8 @@ set -e
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
git submodule update --init --recursive
git submodule update --init --recursive -- "$TP_DIR/arrow"
git submodule update --init --recursive -- "$TP_DIR/numbuf"
# this seems to be neeccessary for building on Mac OS X
cd grpc