]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: cirrus: install "pcre" package
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 14 Apr 2021 16:47:34 +0000 (21:47 +0500)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 Apr 2021 06:35:46 +0000 (08:35 +0200)
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.

.cirrus.yml

index 0ac21bf0d7d77f95d503d86d289ffcf8e4b91683..fdabfdcddbfaac8a61f28bdac80bbe2ddfd2b7d9 100644 (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