[glib: 4/10] ci: Install the correct libpcre library in the Debian CI




commit e728278f83ed1f283a3e897cbcd916323dea44d0
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Oct 7 17:06:52 2021 +0100

    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>

 .gitlab-ci/debian-stable.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index 0384c64ee..19621a749 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]