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
This commit is contained in:
Ilya Shipitsin 2020-05-08 15:25:56 +05:00 committed by Willy Tarreau
parent 3ba77d29ac
commit 8d76af55e1
1 changed files with 4 additions and 0 deletions

View File

@ -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