Module: wine Branch: master Commit: 3d4ee138ec5a87ec04be6c9374d91dcda666c019 URL: https://gitlab.winehq.org/wine/wine/-/commit/3d4ee138ec5a87ec04be6c9374d91dc...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Jan 15 14:35:54 2024 +0100
gitlab: Add key to the jobs ccache cache config.
To avoid jobs with different compilers overwriting each other.
---
tools/gitlab/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/gitlab/build.yml b/tools/gitlab/build.yml index 9e5ce467e96..66daf518386 100644 --- a/tools/gitlab/build.yml +++ b/tools/gitlab/build.yml @@ -7,7 +7,8 @@ variables: GIT_DEPTH: 0 cache: - - paths: + - key: $CI_JOB_NAME-ccache + paths: - ccache/ - key: files: