]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allow failures for the gcc9 build since the repo seems to have broken deps.
authorJoe Orton <jorton@apache.org>
Thu, 16 Apr 2020 18:00:17 +0000 (18:00 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 16 Apr 2020 18:00:17 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876623 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 467b65f55caf490150ae60c5af9a4a4b58c61e98..919b12737466a8aeae9e073fdd7ec2f1e1d744c5 100644 (file)
@@ -236,6 +236,9 @@ jobs:
       env: CONFIG="--enable-mods-shared=reallyall"
     - arch: ppc64le
       env: CONFIG="--enable-mods-shared=reallyall"
+    # gcc 9 repo currently broken
+    - env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-9"
+           SKIP_TESTING=1
            
 # 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