From 92584082f9a86243f8155889dbcc2716e09750f4 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 10 Jul 2019 20:32:56 +0200 Subject: Fix the Debian build on gitlab Apparently, pcre isn't a hard dependency for php anymore. We're using pcre2, because pcre3 is actually pcre in Debian, because why not. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 639f277..40dcd0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ testsuite:debian: stage: testsuite script: - apt-get -qqy update - - apt-get -qqy install --no-install-recommends php-dev gcc make + - apt-get -qqy install --no-install-recommends php-dev gcc make libpcre2-dev - make debug testsuite:fedora: -- cgit v1.3