Skip to content

Commit

Permalink
update arrow version
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Apr 28, 2024
1 parent 22a276d commit 4dd1a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
- name: Install dependencies
uses: aminya/setup-cpp@v1
with:
conan: 1.58.0
# conan: 1.58.0
cmake: true

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install curl
sudo apt-get install libcurl4-openssl-dev
# - name: setup conan
Expand Down
2 changes: 1 addition & 1 deletion cpp/cmake/libarrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function(build_arrow)
ExternalProject_Add(
arrow_ep
GIT_REPOSITORY https://github.com/apache/arrow.git
GIT_TAG 740889f
GIT_TAG apache-arrow-16.0.0
CMAKE_ARGS
-DARROW_PARQUET=ON
-DARROW_FILESYSTEM=ON
Expand Down

0 comments on commit 4dd1a99

Please sign in to comment.