From: Mike Rumph Date: Wed, 8 Jan 2020 21:41:22 +0000 (+0000) Subject: Add arm64 support for Travis testing. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272634c29ff7b4dfb60c1a62e0fe03f1fedaf892;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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