[gvfs/wip/oholy/ci-libsoup3: 3/3] ci: Add libsoup master to Dockerfile




commit f573a576116b9fbe378be442b5129ab9510878ed
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Oct 15 09:14:18 2021 +0200

    ci: Add libsoup master to Dockerfile
    
    This is needed for testing the libsoup3 port:
    https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/115

 .gitlab-ci/Dockerfile | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 93262e2b..a39dc735 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -13,6 +13,16 @@ RUN dnf install -y --nogpg --best elfutils-libelf-devel gcc gcc-c++ gdbm gettext
  && cd .. \
  && rm -rf glib
 
+RUN dnf install -y --nogpg libnghttp2-devel \
+ && dnf clean all \
+ && git clone --depth 1 https://gitlab.gnome.org/GNOME/libsoup.git \
+ && cd libsoup \
+ && meson . _build --prefix=/usr \
+ && ninja -C _build \
+ && ninja -C _build install \
+ && cd .. \
+ && rm -rf libsoup
+
 RUN sed -i -e 's/# %wheel/%wheel/' /etc/sudoers
 RUN useradd -G wheel -m user
 RUN passwd -d user


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