[gnome-control-center/carlosgc/libsoup3] ci: Build libsoup3




commit 64372d505625b0a95a329e4f4788d7bcecc9588f
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue Oct 5 17:22:53 2021 -0500

    ci: Build libsoup3

 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa8874c04..a55b57130 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,7 @@ build.container.fedora@x86_64:
   - '.fedora.container.common'
   stage: 'prepare'
   variables:
+    FDO_FORCE_REBUILD: 'true'
     # no need to pull the whole tree for rebuilding the image
     GIT_STRATEGY: none
     # Expiry sets fdo.expires on the image
@@ -96,6 +97,7 @@ build.container.fedora@x86_64:
       libcanberra-devel
       libgtop2-devel
       libgudev-devel
+      libnghttp2-devel
       libnma-devel
       libpwquality-devel
       libsmbclient-devel
@@ -121,6 +123,12 @@ build.container.fedora@x86_64:
         meson . _build --prefix=/usr && \
         ninja -C _build && \
         ninja -C _build install && \
+        cd .. && \
+      git clone https://gitlab.gnome.org/GNOME/libsoup.git && \
+        cd libsoup && \
+        meson . _build --prefix=/usr && \
+        ninja -C _build && \
+        ninja -C _build install && \
         cd ..
 
 ##


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