From ac4ca02fd73c632235afaaa0b8c4d0f37dc09304 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Thu, 2 May 2024 17:39:04 -0700 Subject: [PATCH] [et] Add ios_debug_unopt build config. --- ci/builders/local_engine.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index 9f7f50ea144e7..e38fc60e0b2c6 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -32,6 +32,39 @@ } } }, + { + "cas_archive": false, + "drone_dimensions": [ + "os=Mac-13", + "device_type=none" + ], + "gclient_variables": { + "download_android_deps": false, + "use_rbe": true + }, + "gn": [ + "--ios", + "--runtime-mode", + "debug", + "--unoptimized", + "--no-stripped", + "--no-lto", + "--xcode-symlinks", + "--rbe", + "--no-goma" + ], + "name": "macos/ios_debug_unopt", + "description": "Builds an unoptimized debug mode engine that targets iOS from a macOS host.", + "ninja": { + "config": "ios_debug_unopt", + "targets": [] + }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "15a240d" + } + } + }, { "cas_archive": false, "drone_dimensions": [