You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mr...@apache.org on 2020/01/08 21:41:22 UTC

svn commit: r1872519 - in /httpd/httpd/trunk: .travis.yml test/README.travis

Author: mrumph
Date: Wed Jan  8 21:41:22 2020
New Revision: 1872519

URL: http://svn.apache.org/viewvc?rev=1872519&view=rev
Log:
Add arm64 support for Travis testing.
This support is experimental.


Modified:
    httpd/httpd/trunk/.travis.yml
    httpd/httpd/trunk/test/README.travis

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1872519&r1=1872518&r2=1872519&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Wed Jan  8 21:41:22 2020
@@ -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"
     # -------------------------------------------------------------------------

Modified: httpd/httpd/trunk/test/README.travis
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/README.travis?rev=1872519&r1=1872518&r2=1872519&view=diff
==============================================================================
--- httpd/httpd/trunk/test/README.travis (original)
+++ httpd/httpd/trunk/test/README.travis Wed Jan  8 21:41:22 2020
@@ -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