File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ container_depends_template: &CONTAINER_DEPENDS_TEMPLATE
49
49
memory : 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
50
50
depends_built_cache :
51
51
folder : " depends/built"
52
- fingerprint_script : echo $CIRRUS_TASK_NAME $(git rev-list -1 HEAD ./ depends)
52
+ fingerprint_script : echo $CIRRUS_TASK_NAME $(git rev-parse HEAD: depends)
53
53
54
54
global_task_template : &GLOBAL_TASK_TEMPLATE
55
55
<< : *CONTAINER_DEPENDS_TEMPLATE
@@ -342,7 +342,7 @@ task:
342
342
fingerprint_key : " ANDROID_API_LEVEL=28 ANDROID_BUILD_TOOLS_VERSION=28.0.3 ANDROID_NDK_VERSION=23.2.8568313"
343
343
depends_sources_cache :
344
344
folder : " depends/sources"
345
- fingerprint_script : git rev-list -1 HEAD ./ depends
345
+ fingerprint_script : git rev-parse HEAD: depends/packages
346
346
<< : *MAIN_TEMPLATE
347
347
env :
348
348
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
You can’t perform that action at this time.
0 commit comments