[libgweather/pgriffis/libsoup-ci] fixup! ci: Build against both libsoup2 and libsoup3



commit 8f3dea7ef8b8219f893d652ddc45c9758d80c13c
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue Oct 5 16:02:51 2021 -0500

    fixup! ci: Build against both libsoup2 and libsoup3

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 335a6af8..19f5e6cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,12 @@ build-fedora-soup3:
     - dnf install -y $COMMON_DEPS $SOUP3_DEPS
     # Tasks specific to soup3
     - git clone https://gitlab.gnome.org/GNOME/glib.git && pushd glib
-    - git checkout 2.69.3
+    - git checkout 2.70.0
+    - meson _build --prefix=/usr
+    - ninja -C _build install
+    - popd
+    - git clone https://gitlab.gnome.org/GNOME/glib-networking.git && pushd glib-networking
+    - git checkout 2.70.0
     - meson _build --prefix=/usr
     - ninja -C _build install
     - popd


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