]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Revert "CI: Remove an obsolete workaround"
authorSimon McVittie <smcv@collabora.com>
Tue, 6 Jun 2023 10:00:28 +0000 (11:00 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 6 Jun 2023 10:01:00 +0000 (11:01 +0100)
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 <smcv@collabora.com>
.gitlab-ci.yml

index abe77317e6911a48afca87bb346f792ea7bb9b14..5624b64d0958b70296432a4b553d168df29fa2cf 100644 (file)
@@ -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