[gnome-online-accounts/carlosgc/libsoup3] ci: use ubuntuJammy




commit e2dab8cdfd4bec14d45d45b6af12f14ee4069506
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Tue Apr 19 11:43:24 2022 -0500

    ci: use ubuntuJammy
    
    This provides webkit2gtk3-4.1, which is not available from Fedora.

 .gitlab-ci.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2510a3e1..fc99f56c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,14 +2,17 @@ stages:
   - build
 
 build-meson:
-  image: fedora:latest
+  image: fedora:rawhide
   stage: build
   before_script:
     - dnf update -y
     - dnf -y install
       meson gcc dbus-devel gcr-devel glib2-devel gobject-introspection-devel
       gtk-doc gtk3-devel json-glib-devel krb5-devel libsecret-devel
-      libsoup-devel rest-devel vala webkit2gtk3-devel
+      libsoup-devel vala
+    - dnf -y install 'dnf-command(copr)'
+    - dnf -y copr enable mcrha/evo-soup3
+    - dnf -y install rest-devel 'pkg-config(webkit2gtk-4.1)'
   script:
     - meson setup -Dgtk_doc=true _build
     - meson compile -C _build


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