Skip to content

Commit

Permalink
ARROW-9844: [CI] Add Go build job on s390x
Browse files Browse the repository at this point in the history
As suggested by @kou in apache#8011, this will add a Travis CI job for Go on s390x.

Closes apache#8047 from vivkong/master-travis-s390x

Authored-by: Vivian Kong <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
vivkong authored and kou committed Aug 26, 2020
1 parent d02e166 commit 92e01cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ 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
allow_failures:
- arch: s390x

Expand Down
7 changes: 7 additions & 0 deletions go/arrow/internal/cpu/cpu_s390x.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package cpu

const CacheLineSize = 256

0 comments on commit 92e01cc

Please sign in to comment.