ci: Use the new CI images

Built using the changes from the last few commits.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-10-07 17:06:00 +01:00
parent 4f3e7ca721
commit 59832abb69
2 changed files with 6 additions and 6 deletions

View File

@ -10,11 +10,11 @@ cache:
- _ccache/ - _ccache/
variables: variables:
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v11" FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v12"
COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v1" COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v2"
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v8" DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v9"
ANDROID_IMAGE: "registry.gitlab.gnome.org/gnome/glib/android-ndk:v4" ANDROID_IMAGE: "registry.gitlab.gnome.org/gnome/glib/android-ndk:v5"
MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v3" MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v4"
MESON_TEST_TIMEOUT_MULTIPLIER: 2 MESON_TEST_TIMEOUT_MULTIPLIER: 2
G_MESSAGES_DEBUG: all G_MESSAGES_DEBUG: all
MESON_COMMON_OPTIONS_NO_WARNING: "--buildtype debug --wrap-mode=nodownload" MESON_COMMON_OPTIONS_NO_WARNING: "--buildtype debug --wrap-mode=nodownload"

View File

@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v9 FROM registry.gitlab.gnome.org/gnome/glib/fedora:v12
ARG COVERITY_SCAN_PROJECT_NAME ARG COVERITY_SCAN_PROJECT_NAME
ARG COVERITY_SCAN_TOKEN ARG COVERITY_SCAN_TOKEN