From 456071cd00d85d0c70d65cda8f73eae4b1691689 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Fri, 16 May 2025 11:37:05 -0700 Subject: [PATCH] Remove `unittests` from `windows_host_engine` GN targets. (#168991) Closes https://github.com/flutter/flutter/issues/168990. Will shave a few minutes off builds, particularly in resource sensitive environments like releases. --- engine/src/flutter/ci/builders/windows_host_engine.json | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/ci/builders/windows_host_engine.json b/engine/src/flutter/ci/builders/windows_host_engine.json index 81ecdbcc2aa..1b634a11b35 100644 --- a/engine/src/flutter/ci/builders/windows_host_engine.json +++ b/engine/src/flutter/ci/builders/windows_host_engine.json @@ -49,7 +49,6 @@ "ninja": { "config": "ci/host_debug", "targets": [ - "flutter:unittests", "flutter/build/archives:artifacts", "flutter/build/archives:embedder", "flutter/tools/font_subset",