From c21471dde5969bdc552845c08ac06e8d8f7edb18 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 4 Oct 2018 18:41:29 +0100 Subject: ci: Use a separate ccache for each CI job This should avoid them overwriting each other. Signed-off-by: Simon McVittie (cherry picked from commit e3fb085886d26aa84a0ce1bfe441244206c87e6f) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42a331fa..3164d13c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ before_script: - export PATH="/usr/lib/ccache:$PATH" cache: + key: dbus-1.12-${CI_JOB_NAME} paths: - .ccache/ -- cgit v1.2.1