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:
parent
7bd2197b60
commit
a4916aa241
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue