Module: wine Branch: oldstable Commit: a4916aa2417a605268c8f077911075cb5726503f URL: https://gitlab.winehq.org/wine/wine/-/commit/a4916aa2417a605268c8f077911075c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 10 09:33:13 2023 +0100
gitlab: Add workaround for more strict git ownership check.
(cherry picked from commit 7af84c79a19afe1476c401f9be93dc6ef8ae56fb) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
tools/gitlab/build.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/gitlab/build.yml b/tools/gitlab/build.yml index 3cdc731467a..32608ffb80e 100644 --- a/tools/gitlab/build.yml +++ b/tools/gitlab/build.yml @@ -21,6 +21,7 @@ - export CCACHE_DIR="$BASEDIR/ccache" - export CCACHE_COMPILERCHECK=content - export PATH="/usr/lib/ccache:$PATH" + - git config --global --add safe.directory $CI_PROJECT_DIR - mkdir -p build32 build64 - rm -fr .git/rebase-merge # in case a previous CI run failed in git rebase