Skip to content

Commit

Permalink
ARROW-11768: [CI][C++] Make s390x job required
Browse files Browse the repository at this point in the history
We can consider big-endian support in the C++ implementation stable (except for Parquet where it isn't supported).

Closes apache#9563 from pitrou/ARROW-11768-s390x-required

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
pitrou authored and kou committed Feb 24, 2021
1 parent 81e9417 commit 6d703c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ jobs:
JDK: 11

allow_failures:
- arch: s390x
- name: "Go on s390x"
- name: "Java on s390x"

before_install:
- eval "$(python ci/detect-changes.py)"
Expand Down

0 comments on commit 6d703c4

Please sign in to comment.