[pango/pango-1-44: 30/31] ci: Build with fedora 32 image (containing gnome 3.36)




commit 5f2a5bbc95363ba25a6a7c107cd7daf260167e8b
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Wed May 5 17:39:38 2021 +0200

    ci: Build with fedora 32 image (containing gnome 3.36)

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3758c576..317285da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/base:latest
+image: registry.fedoraproject.org/fedora:32
 
 stages:
   - build
@@ -6,11 +6,13 @@ stages:
 gnome-runtime-linux:
   stage: build
   before_script:
+    - dnf update -y
     - >
       dnf install -y \
         glibc-langpack-en \
         gcc \
         gcc-c++ \
+        diffutils \
         meson \
         redhat-rpm-config \
         glib2-devel \


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