mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix wrong branch to checkout (and do recursively if possible) (#226)
This commit is contained in:
parent
199b4efd50
commit
63f7548763
1 changed files with 1 additions and 1 deletions
2
thirdparty/download_thirdparty.bat
vendored
2
thirdparty/download_thirdparty.bat
vendored
|
@ -2,7 +2,7 @@
|
|||
@PushD "%~dp0"
|
||||
git submodule update --init
|
||||
@If Not Exist "grpc\.git" git clone "https://github.com/grpc/grpc"
|
||||
@If Not Exist "arrow\.git" git clone "https://github.com/pcmoritz/arrow.git" --branch windows_support
|
||||
@If Not Exist "arrow\.git" git clone "https://github.com/pcmoritz/arrow.git" --branch windows_with_submodules --recursive
|
||||
@If Not Exist "arrow\cpp\thirdparty\flatbuffers\.git" git clone "https://github.com/google/flatbuffers.git" "arrow/cpp/thirdparty/flatbuffers"
|
||||
@If Not Exist "arrow\cpp\thirdparty\parquet\.git" git clone "https://github.com/apache/parquet-cpp.git" "arrow/cpp/thirdparty/parquet"
|
||||
@If Not Exist "numbuf\.git" git clone "https://github.com/amplab/numbuf.git" --branch win
|
||||
|
|
Loading…
Add table
Reference in a new issue