gitlab: Add key to the jobs ccache cache config.
To avoid jobs with different compilers overwriting each other.
This commit is contained in:
parent
2d9f5bea79
commit
3d4ee138ec
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
variables:
|
||||
GIT_DEPTH: 0
|
||||
cache:
|
||||
- paths:
|
||||
- key: $CI_JOB_NAME-ccache
|
||||
paths:
|
||||
- ccache/
|
||||
- key:
|
||||
files:
|
||||
|
|
Loading…
Add table
Reference in a new issue