]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Skip ap_expr regeneration for 2.4.x.
authorJoe Orton <jorton@apache.org>
Thu, 28 Nov 2019 09:44:49 +0000 (09:44 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 28 Nov 2019 09:44:49 +0000 (09:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870550 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index fd67cee25f34dcd2987cbe2917e8797e5ccd57c2..3322786d7c3d78bb97a4326d48113843cf4e5dd6 100644 (file)
@@ -82,7 +82,8 @@ matrix:
             - libpcre2-dev
     # -------------------------------------------------------------------------
     # MFLAGS= works around https://bz.apache.org/bugzilla/show_bug.cgi?id=63942
-    - name: Linux Ubuntu, Regenerate ap_expr
+    - if: branch != 2.4.x
+      name: Linux Ubuntu, Regenerate ap_expr
       os: linux
       env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror"
            BUILDCONFIG="--with-regen-expr"