From 25859ec1cd20b74a5e4d2fb8f19e6ec679c3a182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 5 Sep 2022 18:21:33 +0200 Subject: [PATCH] gitlab-ci: update image to support git git is necessary for cargo update --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95bc2f8..c9c0a95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: variables: FDO_DISTRIBUTION_VERSION: "35" # Update this to trigger a container rebuild - FDO_DISTRIBUTION_TAG: "2022-03-07.3" + FDO_DISTRIBUTION_TAG: "2022-03-07.4" before_script: - source ./ci/env.sh - mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config @@ -51,6 +51,7 @@ build-fedora-container: util-linux xorg-x11-server-Xvfb wget + git FDO_DISTRIBUTION_EXEC: >- ci/install-rust.sh stable && pip3 install meson