Skip to content

Commit

Permalink
Shallow clone arrow and update to arrow 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwinger committed Jul 5, 2023
1 parent a9c3208 commit d7e541d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/arrow/apache_arrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ endif()

ExternalProject_Add(apache_arrow
GIT_REPOSITORY "https://github.com/apache/arrow"
GIT_TAG f10f5cfd1376fb0e602334588b3f3624d41dee7d
GIT_TAG apache-arrow-12.0.1
GIT_SHALLOW TRUE
PREFIX "${CMAKE_BINARY_DIR}/arrow/"
INSTALL_DIR "${CMAKE_BINARY_DIR}/arrow/install"
CONFIGURE_COMMAND
Expand Down

0 comments on commit d7e541d

Please sign in to comment.