[geocode-glib/wip/hadess/latest-fedora-test] ci: Build on top of Fedora rawhide




commit cd0cc90d80fb2de8b25f491a69f7a3d255082f60
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 16 14:20:29 2021 +0200

    ci: Build on top of Fedora rawhide

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d45a435..eefe816 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,10 +17,11 @@ variables:
       libsoup-devel
 
 build-fedora:
-  image: fedora:latest
+  image: fedora:rawhide
   before_script:
     # Undo delangification present in the Fedora Docker images
     - rm -f /etc/rpm/macros.image-language-conf
+    - dnf update -y
     - dnf reinstall -y glib2 glibc
     - dnf install -y $COMMON_DEPS $SOUP2_DEPS
   script:


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