aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-03-28 18:43:56 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-03-28 20:06:36 +0200
commitffff4e7373f7c1260e6a8347b4ea1a99db4fff76 (patch)
tree413c449fc101a61cc6a23db8df7acf1f6d91cf4c /.cirrus.yml
parentfa97a17ac332d2270f80497d5660665e88ea621c (diff)
downloadbitcoin-ffff4e7373f7c1260e6a8347b4ea1a99db4fff76.tar.xz
cirrus: Only cache releases when needed
This does not change behavior, but removes unneeded and empty cache instructions for tasks that don't need them.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ae49843db1..0b6d17e8c8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -35,8 +35,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
folder: "/tmp/cirrus-ci-build/depends/built"
depends_sdk_cache:
folder: "/tmp/cirrus-ci-build/depends/sdk-sources"
- depends_releases_cache:
- folder: "/tmp/cirrus-ci-build/releases"
ci_script:
- ./ci/test_run_all.sh
@@ -103,6 +101,8 @@ task:
# For faster CI feedback, immediately schedule a task that compiles most modules
<< : *CREDITS_TEMPLATE
<< : *GLOBAL_TASK_TEMPLATE
+ depends_releases_cache:
+ folder: "/tmp/cirrus-ci-build/releases"
container:
image: ubuntu:bionic
env: