From e38042fc0c13bdbc52885a94529733d7036cd2dc Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 23 Jun 2021 23:44:05 +0100 Subject: ci: Add pcre-devel to the minimal image GLib dropped the internal libpcre copy, which means we end up with a subproject inside a subproject. Since libpcre is frozen, we can rely on using the installed copy. --- .gitlab-ci/minimal.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/minimal.Dockerfile b/.gitlab-ci/minimal.Dockerfile index 875c3e21..d9a31995 100644 --- a/.gitlab-ci/minimal.Dockerfile +++ b/.gitlab-ci/minimal.Dockerfile @@ -6,13 +6,14 @@ RUN dnf -y install \ gcc \ gcc-c++ \ git \ + libmount-devel \ ninja-build \ + pcre-devel \ pkgconf \ python3 \ python3-devel \ python3-pip \ python3-wheel \ - libmount-devel \ && dnf clean all RUN pip3 install meson==0.55.3 -- cgit v1.2.1