mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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"
|
||||
# -------------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user