From 7840671edf0bf60732491072dc50a33ff34017e0 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 15 Apr 2021 17:31:57 +0300 Subject: [PATCH] ci: add "ccache-" prefix to `ccache` cache To avoid conflicts in case we add more caches for other things. --- utils/tests/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index 166dd5b04..b8767b1b9 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -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