summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-12-31 02:15:13 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-12-31 05:13:10 +0530
commit45c2f8c18eb3b6565af25bf646855ae4b8b80e68 (patch)
tree011845cd45d74a63b8218fe488fce0f72c73d274
parentfc6843bec80a1d49da92620b583f2c1476815857 (diff)
downloadglib-45c2f8c18eb3b6565af25bf646855ae4b8b80e68.tar.gz
ci: Update images to cache wrap downloads
We aren't allowed to download wraps in the build, and we need them on Android and MinGW
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36e86de73..8a2f35cdc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,10 +11,10 @@ cache:
- _ccache/
variables:
- FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v19"
+ FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v20"
COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v7"
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v14"
- MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v9"
+ MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v10"
MESON_TEST_TIMEOUT_MULTIPLIER: 4
G_MESSAGES_DEBUG: all
MESON_COMMON_OPTIONS: "--buildtype debug --wrap-mode=nodownload --fatal-meson-warnings"