Skip to content

Commit a8d2d58

Browse files
committed
travis: Drop ppc64le native build
as it often fails due Travis CI infrastructure problems ("An error occurred while generating the build script."). We have ppc64le cross-compilation build, thus this arch is covered. It looks like non-intel archs are pretty unstable in Travis CI (s390x had to be drooped in t62cf66294). Suggested-by: Cyril Hrubis <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent 49fd540 commit a8d2d58

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ matrix:
3838
env: DISTRO=debian:stable VARIANT=minimal TREE=out
3939
compiler: clang
4040

41-
# native non-intel
42-
- os: linux
43-
arch: ppc64le
44-
compiler: gcc
45-
env: DISTRO=debian:testing
46-
4741
# other builds
4842
- os: linux
4943
env: DISTRO=fedora:rawhide MAKE_INSTALL=1

0 commit comments

Comments
 (0)