mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Only check out submodules that are actually used (#310)
This commit is contained in:
parent
fa29efbf83
commit
2d929ad938
1 changed files with 2 additions and 1 deletions
3
thirdparty/download_thirdparty.sh
vendored
3
thirdparty/download_thirdparty.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue