From 5dfaa6cf0751f66fb3053d2705e9e03d18175e29 Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Fri, 21 Aug 2020 08:58:13 +0200 Subject: 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 -- cgit v1.2.1