Module: wine Branch: master Commit: 30ec834cfec7f10692d0739565c9ffdb1e08be89 URL: https://gitlab.winehq.org/wine/wine/-/commit/30ec834cfec7f10692d0739565c9ffd...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 9 12:36:53 2022 +0200
gitlab: Fetch the full git tree with all tags.
---
tools/gitlab/build.yml | 4 ++++ tools/gitlab/test.yml | 1 + 2 files changed, 5 insertions(+)
diff --git a/tools/gitlab/build.yml b/tools/gitlab/build.yml index 9b7edcbb912..ba654485488 100644 --- a/tools/gitlab/build.yml +++ b/tools/gitlab/build.yml @@ -4,6 +4,8 @@ stage: build image: $CI_REGISTRY/wine/wine:debian-bullseye interruptible: true + variables: + GIT_DEPTH: 0 cache: - paths: - ccache/ @@ -67,6 +69,8 @@ build-winetest: - if: $CI_PIPELINE_SOURCE == 'trigger' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH needs: - job: build-daily-linux + variables: + GIT_STRATEGY: none artifacts: name: winetest paths: diff --git a/tools/gitlab/test.yml b/tools/gitlab/test.yml index c64ddb449d3..c500a6602d4 100644 --- a/tools/gitlab/test.yml +++ b/tools/gitlab/test.yml @@ -5,6 +5,7 @@ image: $CI_REGISTRY/wine/wine:debian-bullseye interruptible: true variables: + GIT_STRATEGY: none GECKO_VER: 2.47.3 MONO_VER: 7.3.0 cache: