Add arm64 support for Travis testing.

This support is experimental.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mike Rumph
2020-01-08 21:41:22 +00:00
parent d26f6ef907
commit 272634c29f
2 changed files with 5 additions and 0 deletions

View 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"
# -------------------------------------------------------------------------

View 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