You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/26 00:33:06 UTC

[GitHub] [arrow] kou commented on a change in pull request #8047: ARROW-9844: [CI] Add Go build job on s390x

kou commented on a change in pull request #8047:
URL: https://github.com/apache/arrow/pull/8047#discussion_r476912928



##########
File path: .travis.yml
##########
@@ -56,6 +56,14 @@ jobs:
         UBUNTU: "20.04"
         cares_SOURCE: "BUNDLED"
         gRPC_SOURCE: "BUNDLED"
+    - name: "Go on s390x"
+      os: linux
+      arch: s390x
+      env:
+        ARCH: s390x
+        ARROW_CI_MODULES: "GO"
+        DOCKER_IMAGE_ID: debian-go
+        GO: "1.12"

Review comment:
       Could you remove this to use the default value in `.env`?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org