From f4c45c1d998ce36e83dfdee08c4824566e87cb98 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 3 Oct 2017 10:43:11 +0100 Subject: .gitlab-ci.yml: Share buildstream source cache between jobs This should give a massive performance improvement. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80ed2437..06d66dc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ variables: cache: paths: - "${YBD_gits}/" + - "/cache/buildstream/sources/" before_script: # Work around https://github.com/fedora-cloud/docker-brew-fedora/issues/14 -- cgit v1.2.1