Skip to content

Commit d1b9ee5

Browse files
committed
travis: Enable travis CI for ppc64le arch
Enable travis CI for ppc64le arch Signed-off-by: Nitesh Konkar <[email protected]>
1 parent 594f423 commit d1b9ee5

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ services:
66

77
language: go
88

9+
os:
10+
- linux
11+
- linux-ppc64le
12+
913
go:
1014
- "1.12.x"
11-
os:
12-
- "linux"
13-
# TODO ppc64le is currently timing out on travis; see https://github.com/containerd/containerd/pull/2896
14-
# - "linux-ppc64le"
1515

1616
matrix:
1717
include:
@@ -41,6 +41,11 @@ env:
4141
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
4242
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
4343

44+
matrix:
45+
exclude:
46+
- env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
47+
os: linux-ppc64le
48+
4449
before_install:
4550
- uname -r
4651

0 commit comments

Comments
 (0)