ci: add "ccache-" prefix to ccache cache

To avoid conflicts in case we add more caches for other things.
This commit is contained in:
Alexander Krotov
2021-04-15 17:31:57 +03:00
parent 26f264bda4
commit 7840671edf

View File

@@ -49,7 +49,7 @@ stages:
#
# Do not distinguish between branches though to avoid
# recompilation of all the files when a new branch is created.
key: "$CI_JOB_NAME"
key: "ccache-$CI_JOB_NAME"
paths:
- $CCACHE_BASEDIR_VALUE/
timeout: 9h