From 61d8ffe27cda1a5866112816edeed003579fa5ae Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 16 May 2023 10:12:12 -0700 Subject: [PATCH] Fix drone_dimension host_engine_builder. (flutter/engine#42068) The host engine was using a top level dimension instead of a drone dimension and was causing the dart-internal build to fail. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style --- engine/src/flutter/.ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index f26f829817..b57e3ee3cc 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -285,11 +285,11 @@ targets: - name: Linux linux_host_engine recipe: engine_v2/engine_v2 timeout: 60 - dimensions: - os: "Linux" properties: release_build: "true" config_name: linux_host_engine + drone_dimensions: + - os=Linux - name: Linux linux_host_desktop_engine recipe: engine_v2/engine_v2