Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7f84442

Browse files
committed
"Reland "Add host_profile_arm64 and host_release_arm64 local engine configurations."
Adds --no-lto. This reverts commit 1fe835b.
1 parent bd9ef6a commit 7f84442

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

ci/builders/local_engine.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,70 @@
544544
}
545545
}
546546
},
547+
{
548+
"cas_archive": false,
549+
"drone_dimensions": [
550+
"os=Mac-13",
551+
"device_type=none"
552+
],
553+
"gclient_variables": {
554+
"download_android_deps": false,
555+
"use_rbe": true
556+
},
557+
"gn": [
558+
"--runtime-mode",
559+
"profile",
560+
"--no-lto",
561+
"--mac-cpu",
562+
"arm64",
563+
"--xcode-symlinks",
564+
"--rbe",
565+
"--no-goma"
566+
],
567+
"name": "macos/host_profile_arm64",
568+
"description": "Builds a profile mode engine for a macOS host on arm64.",
569+
"ninja": {
570+
"config": "host_profile_arm64",
571+
"targets": []
572+
},
573+
"properties": {
574+
"$flutter/osx_sdk": {
575+
"sdk_version": "15a240d"
576+
}
577+
}
578+
},
579+
{
580+
"cas_archive": false,
581+
"drone_dimensions": [
582+
"os=Mac-13",
583+
"device_type=none"
584+
],
585+
"gclient_variables": {
586+
"download_android_deps": false,
587+
"use_rbe": true
588+
},
589+
"gn": [
590+
"--runtime-mode",
591+
"release",
592+
"--no-lto",
593+
"--mac-cpu",
594+
"arm64",
595+
"--xcode-symlinks",
596+
"--rbe",
597+
"--no-goma"
598+
],
599+
"name": "macos/host_release_arm64",
600+
"description": "Builds a release mode engine for a macOS host on arm64.",
601+
"ninja": {
602+
"config": "host_release_arm64",
603+
"targets": []
604+
},
605+
"properties": {
606+
"$flutter/osx_sdk": {
607+
"sdk_version": "15a240d"
608+
}
609+
}
610+
},
547611
{
548612
"cas_archive": false,
549613
"drone_dimensions": [

0 commit comments

Comments
 (0)