mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
Only check out submodules that are actually used (#310)
This commit is contained in:
committed by
Robert Nishihara
parent
fa29efbf83
commit
2d929ad938
Vendored
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user