From: Simon McVittie Date: Tue, 6 Jun 2023 10:00:28 +0000 (+0100) Subject: Revert "CI: Remove an obsolete workaround" X-Git-Tag: dbus-1.15.6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08e175a511af72f2ead3b512f20201f0dfae9cd3;p=thirdparty%2Fdbus.git 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 --- 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