File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
TEST_RUNNER_PORT_MIN : " 14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
7
7
CCACHE_SIZE : " 200M"
8
8
CCACHE_DIR : " /tmp/ccache_dir"
9
+ CCACHE_NOHASHDIR : " 1" # Debug info might contain a stale path if the build dir changes, but this is fine
9
10
10
11
cirrus_ephemeral_worker_template_env : &CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
11
12
DANGER_RUN_CI_ON_HOST : " 1" # Containers will be discarded after the run, so there is no risk that the ci scripts modify the system
@@ -39,9 +40,9 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
39
40
ccache_cache :
40
41
folder : " /tmp/ccache_dir"
41
42
depends_built_cache :
42
- folder : " /tmp/cirrus-ci-build/ depends/built"
43
+ folder : " depends/built"
43
44
depends_sdk_cache :
44
- folder : " /tmp/cirrus-ci-build/ depends/sdk-sources"
45
+ folder : " depends/sdk-sources"
45
46
ci_script :
46
47
- ./ci/test_run_all.sh
47
48
@@ -114,7 +115,7 @@ task:
114
115
<< : *CREDITS_TEMPLATE
115
116
<< : *GLOBAL_TASK_TEMPLATE
116
117
depends_releases_cache :
117
- folder : " /tmp/cirrus-ci-build/ releases"
118
+ folder : " releases"
118
119
container :
119
120
image : ubuntu:bionic
120
121
env :
@@ -204,7 +205,7 @@ task:
204
205
task :
205
206
name : ' ARM64 Android APK [focal]'
206
207
depends_sources_cache :
207
- folder : " /tmp/cirrus-ci-build/ depends/sources"
208
+ folder : " depends/sources"
208
209
<< : *GLOBAL_TASK_TEMPLATE
209
210
container :
210
211
image : ubuntu:focal
You can’t perform that action at this time.
0 commit comments