]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Drop -v from arm64 test runs and add to allowed failures, it is still
authorJoe Orton <jorton@apache.org>
Wed, 25 Mar 2020 15:35:46 +0000 (15:35 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 25 Mar 2020 15:35:46 +0000 (15:35 +0000)
not as reliable as x86 builds. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875648 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index be3d80809ff9829d003d84571b4807e80a1e0c3e..37fa69af17f4a2b457e848832426f72120cfc6c8 100644 (file)
@@ -52,7 +52,6 @@ jobs:
     - name: Linux arm64 Ubuntu, all-modules
       arch: arm64
       env: CONFIG="--enable-mods-shared=reallyall"
-           TEST_ARGS="-v"
     # -------------------------------------------------------------------------
     - if: branch = trunk
       name: Linux i386 Ubuntu, Shared MPMs, most modules, maintainer-mode w/-Werror
@@ -230,9 +229,11 @@ jobs:
       env: NOTEST_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined" NOTEST_LIBS=-lubsan
            CONFIG="--enable-mods-shared=reallyall --disable-http2" TEST_UBSAN=1
   allow_failures:
-    # s390x is sometimes flaky
+    # non-x86 are sometimes flaky
     - arch: s390x
       env: CONFIG="--enable-mods-shared=reallyall"
+    - arch: arm64
+      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