From 7f84442c5cf87862f9788d256707d37573364f81 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 7 May 2024 14:04:57 -0700 Subject: [PATCH] "Reland "Add host_profile_arm64 and host_release_arm64 local engine configurations." Adds --no-lto. This reverts commit 1fe835b85f5c23f500268b82dfd043c9f0eb8ca1. --- ci/builders/local_engine.json | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) 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": [