Skip to content

Commit

Permalink
cirrus: Add missing depends_sources_cache to Android task
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarcoFalke committed Mar 28, 2021
1 parent ffff4e7 commit fa52d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa52d7d

Please sign in to comment.