summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@gnome.org>2020-12-11 13:47:02 +0100
committerBartłomiej Piotrowski <bpiotrowski@gnome.org>2020-12-11 13:47:02 +0100
commit37e82d469da622f2cf8aab617c0d6d5b1562a86a (patch)
tree0abc378a616e0eb0775048d657b74b84961497a2
parent2b111a3807d0bc786ec248cc39cdb365152a385f (diff)
downloadnautilus-barthalion/ci-rawhide.tar.gz
Revert "ci: Use Fedora latest instead of rawhide temporarily"barthalion/ci-rawhide
GNOME CI runners have been updated to the latest libseccomp so the problem should no longer happen. This reverts commit ab55380f200e5ea03116c5871607d125deff844c.
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.gitlab/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21f605eee..1046dca63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"]
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index ea2055a52..4a0f73b8d 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -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 \