gitlab: Add key to the jobs ccache cache config.

To avoid jobs with different compilers overwriting each other.
This commit is contained in:
Rémi Bernon 2024-01-15 14:35:54 +01:00 committed by Alexandre Julliard
parent 2d9f5bea79
commit 3d4ee138ec

View file

@ -7,7 +7,8 @@
variables:
GIT_DEPTH: 0
cache:
- paths:
- key: $CI_JOB_NAME-ccache
paths:
- ccache/
- key:
files: