aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-03-28 18:33:21 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-03-28 20:06:39 +0200
commitfa52d7d3adc99c0e716628058b4fd083034d27e0 (patch)
tree8043d8b610180ee3c2e0f8ab588b0beb225bfa39 /.cirrus.yml
parentffff4e7373f7c1260e6a8347b4ea1a99db4fff76 (diff)
downloadbitcoin-fa52d7d3adc99c0e716628058b4fd083034d27e0.tar.xz
cirrus: Add missing depends_sources_cache to Android task
This cache entry is required for completeness. The file src/Makefile.qt.include needs it in this line: QT_BASE_PATH = $(shell find ../depends/sources/ -maxdepth 1 -type f -regex ".*qtbase.*\.tar.xz") This cache entry is tied to the depends_built_cache cache entry. Either both are present and cached, or neither of them is. Otherwise, the build will fail.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0b6d17e8c8..b3d58461e0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -183,6 +183,8 @@ task:
task:
name: 'ARM64 Android APK [focal]'
+ depends_sources_cache:
+ folder: "/tmp/cirrus-ci-build/depends/sources"
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal