From 521f6cf4e128d3aa882b4d6529d50460aeacefa8 Mon Sep 17 00:00:00 2001 From: Ricardo Amador Date: Thu, 18 Jan 2024 13:56:17 -0800 Subject: [PATCH 1/2] Adding ignore paths to cache test --- .ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 7b68a7e2b0ee2..bda303b67a2d5 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -91,6 +91,10 @@ targets: "builder", "git" ] + ignore_cache_paths: >- + [ + "builder/src/flutter/prebuilts/SDKs" + ] gclient_variables: >- { "download_emsdk": "true", From 33f725efb73ac35067ef145a8747970ee0047db9 Mon Sep 17 00:00:00 2001 From: Ricardo Amador Date: Thu, 18 Jan 2024 15:30:55 -0800 Subject: [PATCH 2/2] Updated to the correct target. --- .ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index bda303b67a2d5..82f0d075de43d 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -91,10 +91,6 @@ targets: "builder", "git" ] - ignore_cache_paths: >- - [ - "builder/src/flutter/prebuilts/SDKs" - ] gclient_variables: >- { "download_emsdk": "true", @@ -134,6 +130,10 @@ targets: "builder", "git" ] + ignore_cache_paths: >- + [ + "builder/src/flutter/prebuilts/SDKs" + ] gclient_variables: >- { "download_android_deps": "true"