[cantarell-fonts: 1/2] ci: use base fedora image for the build



commit 3c282ee7a954c6e0226dcea73b29826b5d73cac2
Author: Jordan Petridis <jordan centricular com>
Date:   Mon Apr 6 10:47:20 2020 +0300

    ci: use base fedora image for the build
    
    The gnome-runtime-images are tailored towards building flatpak
    apps, and not really suitable for simple 'host' build jobs
    like this one.
    
    Close https://gitlab.gnome.org/GNOME/gnome-runtime-images/-/issues/4

 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bf40c94..84e7025f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,7 @@
-image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/base:latest
-
 build:
+  image: 'registry.fedoraproject.org/fedora:latest'
   script:
-    - dnf install -y libappstream-glib-devel gettext
+    - dnf install -y git-core python3-pip meson ninja-build libappstream-glib-devel gettext
     - pip3 install meson ninja -r requirements.txt
     - meson build
     - ninja -C build install


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