Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit e0e1518

Browse files
committed
Build parquet_arrow in Travis
1 parent 874b33d commit e0e1518

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
before_script:
2929
- source $TRAVIS_BUILD_DIR/ci/before_script_travis.sh
3030
- cmake -DCMAKE_CXX_FLAGS="-Werror" -DPARQUET_TEST_MEMCHECK=ON -DPARQUET_BUILD_BENCHMARKS=ON
31-
-DPARQUET_GENERATE_COVERAGE=1 $TRAVIS_BUILD_DIR
31+
-DPARQUET_ARROW=ON -DPARQUET_GENERATE_COVERAGE=1 $TRAVIS_BUILD_DIR
3232
- export PARQUET_TEST_DATA=$TRAVIS_BUILD_DIR/data
3333
- compiler: clang
3434
os: linux
@@ -78,7 +78,7 @@ before_install:
7878

7979
before_script:
8080
- source $TRAVIS_BUILD_DIR/ci/before_script_travis.sh
81-
- cmake -DCMAKE_CXX_FLAGS="-Werror" $TRAVIS_BUILD_DIR
81+
- cmake -DCMAKE_CXX_FLAGS="-Werror" -DPARQUET_ARROW=ON $TRAVIS_BUILD_DIR
8282
- export PARQUET_TEST_DATA=$TRAVIS_BUILD_DIR/data
8383

8484
script:

conda.recipe/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ cmake \
5353
-DCMAKE_BUILD_TYPE=debug \
5454
-DCMAKE_INSTALL_PREFIX=$PREFIX \
5555
-DPARQUET_BUILD_BENCHMARKS=off \
56+
-DPARQUET_ARROW=ON \
5657
..
5758

5859
make

thirdparty/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARROW_VERSION="52089d609dff3d8d2abe99c7b94f7af9fe4735bd"
1+
ARROW_VERSION="6b8abb4402ff1f39fc5944a7df6e3b4755691d87"
22
ARROW_URL="https://github.com/apache/arrow/archive/${ARROW_VERSION}.tar.gz"
33
ARROW_BASEDIR="arrow-${ARROW_VERSION}"
44

0 commit comments

Comments
 (0)