[gobject-introspection/ebassi/issue-319: 20/20] ci: Add pcre-devel to the minimal image
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/ebassi/issue-319: 20/20] ci: Add pcre-devel to the minimal image
- Date: Wed, 23 Jun 2021 22:50:28 +0000 (UTC)
commit a9a8067788388307988bda1302959b9084bed35e
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Jun 23 23:44:05 2021 +0100
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]