From: Ilya Shipitsin Date: Fri, 8 May 2020 10:25:56 +0000 (+0500) Subject: CI: travis-ci: skip pcre2 on arm64 build X-Git-Tag: v2.2-dev8~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d76af55e10f018ab3d482125433be4992884372;p=thirdparty%2Fhaproxy.git CI: travis-ci: skip pcre2 on arm64 build currently arm64 stuck with some error related to pcre2. while we beleive pcre2 is not related to error itself, we can try not to install it --- diff --git a/.travis.yml b/.travis.yml index 0d72687915..59f3450fbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,10 @@ matrix: if: type == push compiler: clang env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1f CC=clang-9 + addons: + apt: + update: true + packages: [ liblua5.3-dev, libsystemd-dev, clang-9, socat ] - os: linux arch: s390x if: type == push