Check for duplicate archive paths in the engine build configuration JSON files (#168248)
The intent is to catch issues like
https://github.com/flutter/flutter/issues/168180 where multiple builders
are uploading artifacts to the same paths on cloud storage.
https://dart.googlesource.com/external/github.com/flutter/flutter/+/0f769d3e219920f564c2eda31f3155e2dd073289
diff --git a/DEPS b/DEPS
index d54a46e..459e052 100644
--- a/DEPS
+++ b/DEPS
@@ -236,7 +236,7 @@
deps = {
'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'cce62d31ea1a440ce95479e0022911df8189b74d',
- 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '78a2a3fa675572fe55b2aa47e2ff1317baf30d03',
+ 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '0f769d3e219920f564c2eda31f3155e2dd073289',
'flutter/engine/src/flutter/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',
diff --git a/commits.json b/commits.json
index 4900264..f111a8d 100644
--- a/commits.json
+++ b/commits.json
@@ -1,4 +1,4 @@
{
- "flutter":"78a2a3fa675572fe55b2aa47e2ff1317baf30d03",
+ "flutter":"0f769d3e219920f564c2eda31f3155e2dd073289",
"flutter/engine/src/flutter/third_party/dart":"cce62d31ea1a440ce95479e0022911df8189b74d"
}
\ No newline at end of file