summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-10 08:13:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-10 08:22:52 -0400
commitd757696116e083dad9b73239acf297e381a18a69 (patch)
treeb40314cde0db1dcbda5fd83e1c3e9d0b218ca797 /.gitlab-ci.yml
parent528ebfabf09f57e3afc8948e5c5b84957f7ef421 (diff)
downloadgtk+-d757696116e083dad9b73239acf297e381a18a69.tar.gz
ci: Add libjpeg-turbo-devel to the Fedora image
This was getting downloaded from sourceforge every time for the docs build, and that started failing.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e42829349..7bb81176b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ variables:
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled"
MESON_TEST_TIMEOUT_MULTIPLIER: 3
- FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v32"
+ FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v33"
FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master"
.only-default: