From 7f0519b732369921f31a502784e89f9cf2a9b1c7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Jul 2021 14:53:15 -0400 Subject: ci: Update ci images Include llvm on the image, so that we can use llvm-symbolizer, too try and get meaningful stacktraces out of asan. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed21f97e..bfe5f790 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: variables: COMMON_MESON_FLAGS: "--fatal-meson-warnings --werror" MESON_TEST_TIMEOUT_MULTIPLIER: 2 - FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v5 + FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v6 .only-default: only: -- cgit v1.2.1