ci: Install the correct libpcre library in the Debian CI

The package naming is confusing. It turns out we’ve been installing the
wrong libpcre version for ages, but haven’t noticed because the correct
version has previously been installed on the system by default.

It seems that Debian Bullseye doesn’t have the old libpcre installed by
default, so now we have to fix this package name and make sure it’s
installed in the CI images. Building it as a subproject is a pain.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-10-07 17:06:52 +01:00
parent e988220f2d
commit e728278f83

View File

@ -26,7 +26,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
libffi-dev \
libgamin-dev \
libmount-dev \
libpcre2-dev \
libpcre3-dev \
libselinux1-dev \
libxml2-utils \
libxslt1-dev \