From: Joe Orton Date: Tue, 14 Apr 2020 07:05:30 +0000 (+0000) Subject: Don't fail the Travis build for ppc64le jobs, which are also unreliable. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a380566db2f7027b2859720ce7d2e17a59b06a;p=thirdparty%2Fapache%2Fhttpd.git Don't fail the Travis build for ppc64le jobs, which are also unreliable. e.g. https://travis-ci.org/github/apache/httpd/jobs/670727360 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876479 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 37fa69af17f..467b65f55ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -234,6 +234,8 @@ jobs: env: CONFIG="--enable-mods-shared=reallyall" - arch: arm64 env: CONFIG="--enable-mods-shared=reallyall" + - arch: ppc64le + env: CONFIG="--enable-mods-shared=reallyall" # CPAN modules are to be used with the system Perl and always with # CC=gcc, e.g. for the CC="gcc -m32" case the builds are not correct