File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,13 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
41
41
folder : " /tmp/ccache_dir"
42
42
depends_built_cache :
43
43
folder : " depends/built"
44
- depends_sdk_cache :
45
- folder : " depends/sdk-sources"
46
44
ci_script :
47
45
- ./ci/test_run_all.sh
48
46
47
+ depends_sdk_cache_template : &DEPENDS_SDK_CACHE_TEMPLATE
48
+ depends_sdk_cache :
49
+ folder : " depends/sdk-sources"
50
+
49
51
compute_credits_template : &CREDITS_TEMPLATE
50
52
# https://cirrus-ci.org/pricing/#compute-credits
51
53
# Only use credits for pull requests to the main repo
@@ -178,6 +180,7 @@ task:
178
180
179
181
task :
180
182
name : ' macOS 10.14 [gui, no tests] [focal]'
183
+ << : *DEPENDS_SDK_CACHE_TEMPLATE
181
184
<< : *GLOBAL_TASK_TEMPLATE
182
185
container :
183
186
image : ubuntu:focal
@@ -202,6 +205,7 @@ task:
202
205
203
206
task :
204
207
name : ' ARM64 Android APK [focal]'
208
+ << : *DEPENDS_SDK_CACHE_TEMPLATE
205
209
depends_sources_cache :
206
210
folder : " depends/sources"
207
211
<< : *GLOBAL_TASK_TEMPLATE
You can’t perform that action at this time.
0 commit comments