From 272634c29ff7b4dfb60c1a62e0fe03f1fedaf892 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Wed, 8 Jan 2020 21:41:22 +0000 Subject: [PATCH] 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 --- .travis.yml | 4 ++++ test/README.travis | 1 + 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index db36a030b66..8f395e4ad17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" # ------------------------------------------------------------------------- diff --git a/test/README.travis b/test/README.travis index 1d422d81637..0954c3576e6 100644 --- a/test/README.travis +++ b/test/README.travis @@ -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 -- 2.47.3