[grilo] ci: use stable fedora to fix ci



commit 5dfaa6cf0751f66fb3053d2705e9e03d18175e29
Author: Victor Toso <victortoso redhat com>
Date:   Fri Aug 21 08:58:13 2020 +0200

    ci: use stable fedora to fix ci
    
    Rawhide is breaking the introspecting build with a permission to read
    error.
    
        ldd: error: you do not have read permission for 
`/builds/victortoso/grilo/_build/tmp-introspectba6itfp6/Grl-0.3'
    
    That is a temporary folder created by meson (0.55.0-2) but I think the
    issue is in the new python 3.9. I could not reproduce locally but for
    now, let's fix CI for grilo and grilo-plugins (due subprojects)

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e05e693..f9ee86b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: fedora:rawhide
+image: fedora:latest
 
 variables:
   DEPENDENCIES: chrpath vala gtk-doc


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