Revert "ci: Use Fedora latest instead of rawhide temporarily"

GNOME CI runners have been updated to the latest libseccomp so the
problem should no longer happen.

This reverts commit ab55380f20.
This commit is contained in:
Bastien Nocera 2020-12-11 13:49:55 +01:00
parent 2b111a3807
commit 43b356b03b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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