From fa52d7d3adc99c0e716628058b4fd083034d27e0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 28 Mar 2021 18:33:21 +0200 Subject: 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. --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3