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




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

    ci: use Arch Linux
    
    This provides webkit2gtk3-4.1, which is not available from Fedora. I
    tried using Ubuntu first, but that's missing the latest librest. Arch
    has them both already. Good job, Arch!

 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2510a3e1..c83d7857 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,14 +2,14 @@ stages:
   - build
 
 build-meson:
-  image: fedora:latest
+  image: archlinux:latest
   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
+    - pacman -Syu --noconfirm
+    - pacman -S --noconfirm
+      meson gcc dbus gcr glib2 gobject-introspection
+      gtk-doc gtk3 json-glib krb5 libsecret
+      libsoup3 librest vala 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]