pitrou commented on a change in pull request #11688:
URL: https://github.com/apache/arrow/pull/11688#discussion_r766039073
##########
File path: .travis.yml
##########
@@ -132,10 +132,40 @@ jobs:
DOCKER_IMAGE_ID: debian-java
JDK: 11
+ - name: "Python on s390x"
+ os: linux
+ arch: s390x
+ env:
+ <<: *global_env
+ ARCH: s390x
+ ARROW_CI_MODULES: "PYTHON"
+ DOCKER_IMAGE_ID: ubuntu-python
+ # Can't enable ARROW_MIMALLOC because of failures in memory pool tests.
+ # Can't enable ARROW_S3 because compiler is killed while compiling
+ # aws-sdk-cpp.
+ DOCKER_RUN_ARGS: >-
+ "
+ -e ARROW_BUILD_STATIC=OFF
+ -e ARROW_FLIGHT=ON
+ -e ARROW_GCS=OFF
+ -e ARROW_MIMALLOC=OFF
+ -e ARROW_ORC=OFF
+ -e ARROW_PARQUET=OFF
Review comment:
It is already on by default.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]