Skip to content

Commit

Permalink
ARROW-8770: [C++][CI] Enable arrow-csv-test on s390x
Browse files Browse the repository at this point in the history
This PR enables arrow-csv-test on TravisCI on s390x. This testsuite can pass with the latest master.

Closes apache#7152 from kiszk/ARROW-8770

Authored-by: Kazuaki Ishizaki <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
kiszk authored and pitrou committed May 12, 2020
1 parent 26893a7 commit 68544b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
env:
ARCH: s390x
ARROW_CI_MODULES: "CPP"
ARROW_CSV: "OFF"
ARROW_FLIGHT: "OFF"
ARROW_GANDIVA: "OFF"
ARROW_PARQUET: "OFF"
Expand Down Expand Up @@ -88,7 +87,6 @@ script:
ulimit -c unlimited || :
- |
archery docker run \
-e ARROW_CSV=${ARROW_CSV:-ON} \
-e ARROW_FLIGHT=${ARROW_FLIGHT:-OFF} \
-e ARROW_GANDIVA=${ARROW_GANDIVA:-ON} \
-e ARROW_PARQUET=${ARROW_PARQUET:-ON} \
Expand Down

0 comments on commit 68544b9

Please sign in to comment.