diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index 573e4ef89a700..4ca26c6bcab6b 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -544,6 +544,70 @@ } } }, + { + "cas_archive": false, + "drone_dimensions": [ + "os=Mac-13", + "device_type=none" + ], + "gclient_variables": { + "download_android_deps": false, + "use_rbe": true + }, + "gn": [ + "--runtime-mode", + "profile", + "--no-lto", + "--mac-cpu", + "arm64", + "--xcode-symlinks", + "--rbe", + "--no-goma" + ], + "name": "macos/host_profile_arm64", + "description": "Builds a profile mode engine for a macOS host on arm64.", + "ninja": { + "config": "host_profile_arm64", + "targets": [] + }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "15a240d" + } + } + }, + { + "cas_archive": false, + "drone_dimensions": [ + "os=Mac-13", + "device_type=none" + ], + "gclient_variables": { + "download_android_deps": false, + "use_rbe": true + }, + "gn": [ + "--runtime-mode", + "release", + "--no-lto", + "--mac-cpu", + "arm64", + "--xcode-symlinks", + "--rbe", + "--no-goma" + ], + "name": "macos/host_release_arm64", + "description": "Builds a release mode engine for a macOS host on arm64.", + "ninja": { + "config": "host_release_arm64", + "targets": [] + }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "15a240d" + } + } + }, { "cas_archive": false, "drone_dimensions": [