1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

gitlab: Add workaround for more strict git ownership check.

(cherry picked from commit 7af84c79a1)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
Alexandre Julliard 2023-03-10 09:33:13 +01:00
parent 7bd2197b60
commit a4916aa241

View file

@ -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