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.
This commit is contained in:
Ilya Shipitsin 2021-04-14 21:47:34 +05:00 committed by Willy Tarreau
parent 763342646f
commit c037fcf56f
1 changed files with 1 additions and 1 deletions

View File

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