From 70b523eb3fc274907f1c9da255bfc061990f7cd7 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Mon, 15 May 2023 21:45:29 -0700 Subject: [PATCH] Fix drone_dimension host_engine_builder. The host engine was using a top level dimension instead of a drone dimension and was causing the dart-internal build to fail. --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index f58a48940eec7..25949505e4774 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