From: Ilya Shipitsin Date: Wed, 14 Apr 2021 16:47:34 +0000 (+0500) Subject: CI: cirrus: install "pcre" package X-Git-Tag: v2.4-dev17~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c037fcf56fc8b60520422218720f0887f158dae2;p=thirdparty%2Fhaproxy.git CI: cirrus: install "pcre" package it turned out that our cirrus-ci freebsd builds got broken because of missing "pcre". Most probably it was installed earlier as a dependency. let us install it directly. --- diff --git a/.cirrus.yml b/.cirrus.yml index 0ac21bf0d7..fdabfdcddb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ FreeBSD_task: image_family: freebsd-12-2 only_if: $CIRRUS_BRANCH =~ 'master|next' install_script: - - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat + - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat pcre script: - git clone https://github.com/VTest/VTest.git ../vtest - make -C ../vtest