]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Don't fail the Travis build for ppc64le jobs, which are also unreliable.
authorJoe Orton <jorton@apache.org>
Tue, 14 Apr 2020 07:05:30 +0000 (07:05 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 14 Apr 2020 07:05:30 +0000 (07:05 +0000)
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

.travis.yml

index 37fa69af17f4a2b457e848832426f72120cfc6c8..467b65f55caf490150ae60c5af9a4a4b58c61e98 100644 (file)
@@ -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