From: Simon McVittie Date: Thu, 4 Oct 2018 17:41:29 +0000 (+0100) Subject: ci: Use a separate ccache for each CI job X-Git-Tag: dbus-1.13.8~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3fb085886d26aa84a0ce1bfe441244206c87e6f;p=thirdparty%2Fdbus.git ci: Use a separate ccache for each CI job This should avoid them overwriting each other. Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42a331fad..79a3c4684 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ before_script: - export PATH="/usr/lib/ccache:$PATH" cache: + key: ${CI_JOB_NAME} paths: - .ccache/