Skip to content

Commit

Permalink
Fix wrong branch to checkout (and do recursively if possible) (ray-pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadn authored and robertnishihara committed Jul 7, 2016
1 parent 199b4ef commit 63f7548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/download_thirdparty.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63f7548

Please sign in to comment.