[gnome-online-accounts/carlosgc/libsoup3] ci: use mcrha's copr on rawhide




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

    ci: use mcrha's copr on rawhide
    
    Milan's copr provides webkit2gtk3-4.1
    
    We should revert this commit once it is available from Fedora proper.

 .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]