ci: Update Dockerfile to :v2
This commit is a bit deceitful: The main change in the image is *not* the more recent Fedora base, but an updated (and not backward-compatible) evolution-data-server package from the fmuellner/gnome-shell-ci copr. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/501 ports gnome-shell to the new API, so to keep mutter and gnome-shell CI working after that change, we need to build against the correct EDS version. https://gitlab.gnome.org/GNOME/mutter/merge_requests/582
This commit is contained in:
parent
d4a0893d76
commit
9c2fdcdbb2
@ -1,4 +1,4 @@
|
||||
image: registry.gitlab.gnome.org/gnome/mutter/master:v1
|
||||
image: registry.gitlab.gnome.org/gnome/mutter/master:v2
|
||||
|
||||
stages:
|
||||
- review
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM fedora:29
|
||||
FROM fedora:30
|
||||
|
||||
RUN dnf -y update && dnf -y upgrade && \
|
||||
dnf install -y 'dnf-command(builddep)' && \
|
||||
|
Loading…
Reference in New Issue
Block a user