]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1876623 from trunk:
authorJoe Orton <jorton@apache.org>
Thu, 16 Apr 2020 18:26:34 +0000 (18:26 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 16 Apr 2020 18:26:34 +0000 (18:26 +0000)
Allow failures for the gcc9 build since the repo seems to have broken deps.

[under CTR for Travis stuff]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1876627 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 0f7422b1b1295f896e4a29194eb73b79a9d73970..12b679e5b77d636a9dfd9ebe31d7e3a7b632360f 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