[gnome-online-accounts/carlosgc/libsoup3: 3/10] ci: use Arch Linux
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/carlosgc/libsoup3: 3/10] ci: use Arch Linux
- Date: Thu, 16 Jun 2022 19:48:19 +0000 (UTC)
commit 2a04648e7e9df543d21d3340316511f8320be23a
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]