Skip to content

Commit fa52d7d

Browse files
author
MarcoFalke
committed
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.
1 parent ffff4e7 commit fa52d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ task:
183183

184184
task:
185185
name: 'ARM64 Android APK [focal]'
186+
depends_sources_cache:
187+
folder: "/tmp/cirrus-ci-build/depends/sources"
186188
<< : *GLOBAL_TASK_TEMPLATE
187189
container:
188190
image: ubuntu:focal

0 commit comments

Comments
 (0)