Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4b962f6

Browse files
Adding ignore paths to cache test (#49874)
Adding exclusion paths to the Mac builder_cache target to avoid archiving symlinks in the SDKs or other unwanted packages. Symlinks cause issues with the CAS archiving functionality. We have opened a bug for the LUCI team regarding this as well. Companion CL in recipes is here: https://flutter-review.googlesource.com/c/recipes/+/54110 *List which issues are fixed by this PR. You must list at least one issue.* Fixes flutter/flutter#141688 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent c953c83 commit 4b962f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ targets:
128128
"builder",
129129
"git"
130130
]
131+
ignore_cache_paths: >-
132+
[
133+
"builder/src/flutter/prebuilts/SDKs"
134+
]
131135
gclient_variables: >-
132136
{
133137
"download_android_deps": "true"

0 commit comments

Comments
 (0)