Module: wine Branch: master Commit: 7af84c79a19afe1476c401f9be93dc6ef8ae56fb URL: https://gitlab.winehq.org/wine/wine/-/commit/7af84c79a19afe1476c401f9be93dc6...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 10 09:33:13 2023 +0100
gitlab: Add workaround for more strict git ownership check.
---
tools/gitlab/build.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/gitlab/build.yml b/tools/gitlab/build.yml index 12ffe86dd62..b474f271c8b 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