From b83140f325142cdf80d605e7848a716be164040b Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Thu, 15 Jun 2023 17:36:39 -0700 Subject: [PATCH] Remove release_build from clang_tidy build. release_build property is used to flag that artifacts from the build need to also include provenance. Clang tidy build does not generate any artifacts and it is failing in dart internal. Bug: https://github.com/flutter/flutter/issues/128981 --- .ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 02f35d27b0b31..bd3f5d8cb0fc4 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -348,7 +348,6 @@ targets: recipe: engine_v2/engine_v2 timeout: 60 properties: - release_build: "true" config_name: linux_clang_tidy - name: Linux linux_arm_host_engine