From e1ffce1767d1ebb402165c6f1414870fad2634e1 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 c9dc0bc8..43f4effd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,8 @@ variables: ci_sudo: "yes" ci_distro: "debian" ci_suite: "bullseye" + # Temporarily needed to clean up after dbus/dbus#447 + GIT_STRATEGY: clone ### # IMPORTANT