- name: Linux arm64 Ubuntu, all-modules
arch: arm64
env: CONFIG="--enable-mods-shared=reallyall"
- TEST_ARGS="-v"
# -------------------------------------------------------------------------
- if: branch = trunk
name: Linux i386 Ubuntu, Shared MPMs, most modules, maintainer-mode w/-Werror
env: NOTEST_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined" NOTEST_LIBS=-lubsan
CONFIG="--enable-mods-shared=reallyall --disable-http2" TEST_UBSAN=1
allow_failures:
- # s390x is sometimes flaky
+ # non-x86 are sometimes flaky
- arch: s390x
env: CONFIG="--enable-mods-shared=reallyall"
+ - arch: arm64
+ env: CONFIG="--enable-mods-shared=reallyall"
# CPAN modules are to be used with the system Perl and always with
# CC=gcc, e.g. for the CC="gcc -m32" case the builds are not correct