mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
e988220f2d
commit
e728278f83
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user