From 97b66c69dd42a8000bd12ed15890c3eca9baa4a3 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. (#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 --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 93a818c96f287..eb4a710825a9b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -277,11 +277,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