[gtk/ci-jobs] ci: Add static packages for GLib and PCRE



commit ef8799ed2c9b36c7ce9e1e3080352af048e3ed14
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jan 29 12:16:44 2020 +0100

    ci: Add static packages for GLib and PCRE
    
    Otherwise Meson will warn about missing static dependencies for
    sysprof-capture-3.

 .gitlab-ci/fedora.Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
---
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 \


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