From b2755566f613ce0802033e3f47f6e1889cf30639 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 3 Mar 2022 19:20:11 -0800 Subject: [PATCH] Clobber Linux_unopt checkouts by default. (flutter/engine#31817) This is to prevent licenses checks to fail when files from previous changes are left in the cache. Bug: https://github.com/flutter/flutter/issues/99526 --- engine/src/flutter/.ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index d8063504f6..9e6bed7c4f 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -192,6 +192,7 @@ targets: recipe: engine/engine_unopt properties: add_recipes_cq: "true" + clobber: "true" timeout: 60 scheduler: luci