ci: Bump Fedora base image
F31 is EOL and no longer satisfies our ATK dependency. Bump it to F35 to get gtk3's CI into a working state again.
This commit is contained in:
parent
04fe1c8e4e
commit
fa8135d58a
@ -7,13 +7,13 @@ cache:
|
|||||||
- _ccache/
|
- _ccache/
|
||||||
|
|
||||||
fedora-autotools:
|
fedora-autotools:
|
||||||
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v1
|
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v35
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- bash -x ./.gitlab-ci/test-docker-autotools.sh
|
- bash -x ./.gitlab-ci/test-docker-autotools.sh
|
||||||
|
|
||||||
fedora-distcheck:
|
fedora-distcheck:
|
||||||
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v1
|
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v35
|
||||||
variables:
|
variables:
|
||||||
DO_DISTCHECK: "yes"
|
DO_DISTCHECK: "yes"
|
||||||
when: manual
|
when: manual
|
||||||
@ -22,7 +22,7 @@ fedora-distcheck:
|
|||||||
- bash -x ./.gitlab-ci/test-docker-autotools.sh
|
- bash -x ./.gitlab-ci/test-docker-autotools.sh
|
||||||
|
|
||||||
fedora-meson:
|
fedora-meson:
|
||||||
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v1
|
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v35
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
EXTRA_MESON_FLAGS: "-Ddefault_library=both"
|
EXTRA_MESON_FLAGS: "-Ddefault_library=both"
|
||||||
@ -50,7 +50,7 @@ debian-meson:
|
|||||||
- "_build/testsuite/reftests/output"
|
- "_build/testsuite/reftests/output"
|
||||||
|
|
||||||
reference:
|
reference:
|
||||||
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v1
|
image: registry.gitlab.gnome.org/gnome/gtk/fedora-gtk3:v35
|
||||||
stage: docs
|
stage: docs
|
||||||
variables:
|
variables:
|
||||||
EXTRA_MESON_FLAGS: "--buildtype=release -Dgtk_doc=true -Dman=true"
|
EXTRA_MESON_FLAGS: "--buildtype=release -Dgtk_doc=true -Dman=true"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:31
|
FROM fedora:35
|
||||||
|
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
adwaita-icon-theme \
|
adwaita-icon-theme \
|
||||||
@ -44,7 +44,7 @@ RUN dnf -y install \
|
|||||||
libXtst-devel \
|
libXtst-devel \
|
||||||
make \
|
make \
|
||||||
mesa-libEGL-devel \
|
mesa-libEGL-devel \
|
||||||
mesa-libwayland-egl-devel \
|
'pkgconfig(wayland-egl)' \
|
||||||
meson \
|
meson \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
pango-devel \
|
pango-devel \
|
||||||
|
Loading…
Reference in New Issue
Block a user