]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
ci: Use a separate ccache for each CI job
authorSimon McVittie <smcv@collabora.com>
Thu, 4 Oct 2018 17:41:29 +0000 (18:41 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 4 Oct 2018 17:41:29 +0000 (18:41 +0100)
This should avoid them overwriting each other.

Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml

index 42a331fad8539a6aeb35859bd2ca17038c5281a4..79a3c46847bc0c95fa1c08f3ef20f145ed9539d4 100644 (file)
@@ -35,6 +35,7 @@ before_script:
   - export PATH="/usr/lib/ccache:$PATH"
 
 cache:
+  key: ${CI_JOB_NAME}
   paths:
     - .ccache/