From 5e6db1b817ebec3c646da625552614ea7b417d17 Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" Date: Tue, 7 May 2024 20:33:53 +0000 Subject: [PATCH] Revert "Add host_profile_arm64 and host_release_arm64 local engine configurations. (#52620)" This reverts commit 7cc54f99017ed6eafe967d6f4c6850324348f852. --- ci/builders/local_engine.json | 62 ----------------------------------- 1 file changed, 62 deletions(-) diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index 643434cfc8c6a..573e4ef89a700 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -544,68 +544,6 @@ } } }, - { - "cas_archive": false, - "drone_dimensions": [ - "os=Mac-13", - "device_type=none" - ], - "gclient_variables": { - "download_android_deps": false, - "use_rbe": true - }, - "gn": [ - "--runtime-mode", - "profile", - "--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", - "--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": [