summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-06-23 23:44:05 +0100
committerEmmanuele Bassi <ebassi@gmail.com>2021-06-24 18:17:56 +0000
commite38042fc0c13bdbc52885a94529733d7036cd2dc (patch)
treea2fc6ad07bbc6142dda52162434a54edb0190c90
parent2b98e9b7158e165a4ec6ff29bfc204ea5480c16c (diff)
downloadgobject-introspection-e38042fc0c13bdbc52885a94529733d7036cd2dc.tar.gz
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.
-rw-r--r--.gitlab-ci/minimal.Dockerfile3
1 files changed, 2 insertions, 1 deletions
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