From 7e2917e19caedd64a58cee4a206b4749f21e4670 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Oct 2021 13:23:32 +0100 Subject: [PATCH 1/2] ci: Update Debian image to current stable This is required by a change in the certificates that makes it impossible to run `git clone` on a GNOME GitLab repository in a CI pipeline. --- .gitlab-ci/debian-gtk3.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/debian-gtk3.Dockerfile b/.gitlab-ci/debian-gtk3.Dockerfile index d8007a731a..469be4f5a2 100644 --- a/.gitlab-ci/debian-gtk3.Dockerfile +++ b/.gitlab-ci/debian-gtk3.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:bullseye RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \ adwaita-icon-theme \ From 41a2f5cdc0d181d66edf8d2e92994a4e89283841 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Oct 2021 13:24:32 +0100 Subject: [PATCH 2/2] ci: Update the Debian CI image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c81b8c0dcf..5f80f104ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ fedora-meson: - "_build/testsuite/reftests/output" debian-meson: - image: registry.gitlab.gnome.org/gnome/gtk/debian-gtk3:v1 + image: registry.gitlab.gnome.org/gnome/gtk/debian-gtk3:v2 stage: build variables: EXTRA_MESON_FLAGS: "-Ddefault_library=both"