]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add arm64 support for Travis testing.
authorMike Rumph <mrumph@apache.org>
Wed, 8 Jan 2020 21:41:22 +0000 (21:41 +0000)
committerMike Rumph <mrumph@apache.org>
Wed, 8 Jan 2020 21:41:22 +0000 (21:41 +0000)
This support is experimental.

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

.travis.yml
test/README.travis

index db36a030b66bbf3ec5a822a305b3122dd9f00111..8f395e4ad1766b17ff94299e435eecbe44ff21c8 100644 (file)
@@ -43,6 +43,10 @@ matrix:
       arch: ppc64le
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
+    - name: Linux arm64 Ubuntu, all-modules
+      arch: arm64
+      env: CONFIG="--enable-mods-shared=reallyall"
+    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Default, all-modules
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
index 1d422d81637a907afef6721ba9584191191f76a9..0954c3576e63f66bc9b8f59bc33054a94dd80397 100644 (file)
@@ -47,6 +47,7 @@ TODO list
  - non-x86_64 images lack installed cpanminus and don't enable caching.
    ppc64le builds seem unreasonably slow to install CPAN deps each time
    (15-20 minutes) - not sure why.  s390x is enabled & seems reasonably fast.
+ - Testing support for arm64.
 * Use containers for non-Ubuntu-based Linux testing
 * E-mail notifications
 * VPATH builds