summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-01-29 12:16:44 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-02-11 13:39:52 +0000
commita7d295254f90fe70a34dffa9b67b1e503a378cde (patch)
tree66bb7da57172d4f1d96afebb96a95fda3f609f76 /.gitlab-ci
parent62352dd1fcbb1b479cfa78c83f64eeb702aaa2e8 (diff)
downloadgtk+-a7d295254f90fe70a34dffa9b67b1e503a378cde.tar.gz
ci: Add static packages for GLib and PCRE
Otherwise Meson will warn about missing static dependencies for sysprof-capture-3.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/fedora.Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 2490f0a507..8c96f33222 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -23,6 +23,7 @@ RUN dnf -y install \
gettext \
git \
glib2-devel \
+ glib2-static \
glibc-devel \
glibc-headers \
gobject-introspection-devel \
@@ -61,6 +62,7 @@ RUN dnf -y install \
ninja-build \
pango-devel \
pcre-devel \
+ pcre-static \
python3 \
python3-jinja2 \
python3-pip \