From 08e175a511af72f2ead3b512f20201f0dfae9cd3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 6 Jun 2023 11:00:28 +0100 Subject: [PATCH] Revert "CI: Remove an obsolete workaround" It appears some freedesktop CI runners still have /builds/dbus/dbus owned by a different user ID. This reverts commit 3f6400b8b929d902b7317e90440bd369c8f5407a. Signed-off-by: Simon McVittie --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abe77317e..5624b64d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,8 @@ variables: ci_local_packages: "yes" ci_parallel: "2" ci_sudo: "yes" + # Temporarily needed to clean up after dbus/dbus#447 + GIT_STRATEGY: clone ### # IMPORTANT -- 2.47.3