ci: Use Fedora latest instead of rawhide temporarily

The pipeline currently fails with Fedora rawhide, because g-ir-scanner fails
with failures like: "ldd: error: you do not have read permission for
`/builds/GNOME/nautilus/_build/tmp-introspectgwhh729q/Nautilus-3.0'".
This obviously affects more projects:, e.g. GNOME/grilo!62. Let's use
Fedora latest for now as a workaround.
This commit is contained in:
Ondrej Holy 2020-11-20 09:27:32 +01:00
parent 8eb21a09fc
commit ab55380f20
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ nightly:
dependencies:
- 'flatpak devel'
fedora rawhide:
fedora latest:
image:
name: registry.gitlab.gnome.org/gnome/nautilus:latest
entrypoint: ["/bin/sh", "-c"]

View file

@ -1,4 +1,4 @@
FROM fedora:rawhide
FROM fedora:latest
RUN dnf install --nogpg -y dnf-plugins-core uncrustify findutils git libportal-devel tracker3-miners python3-gobject dbus-daemon \
&& dnf builddep --nogpg -y nautilus \