flutter_flutter/engine/src/flutter/ci/builders/mac_host_engine.json
Elijah Okoroh aebe02b44f
Update .ci.yaml in flutter/flutter to use 15.5 (#177939)
Update .ci.yaml in flutter/flutter to use 15.5 

Note: (Not all devicelab bots are macOS 15.5. Some are 15.1 and 15.6.1)

*List which issues are fixed by this PR. You must list at least one
issue. An issue is not required if the PR fixes something trivial like a
typo.*

Fixes #177394

*If you had to change anything in the [flutter/tests] repo, include a
link to the migration guide as per the [breaking change policy].*

## Pre-launch Checklist

- [X] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [X] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [ ] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
2025-11-06 15:03:00 +00:00

1231 lines
40 KiB
JSON

{
"_comment": [
"This file contains builds that produce artifacts for macOS hosts.",
"It also produces artifacts for the macOS desktop embedder.",
"Generally, each build should build only the targets needed to ",
"create a single artifact. This is to increase parallelism when ",
"building for releases, whose builds can't use RBE.",
"",
"The builds defined in this file should not contain tests.",
"Tests to run on mac hosts should go in one of the other mac_ build ",
"definition files."
],
"luci_flags": {
"upload_content_hash": true
},
"builds": [
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_debug_framework",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_debug_framework",
"description": "Produces the debug mode x64 macOS framework.",
"ninja": {
"config": "ci/host_debug_framework",
"targets": [
"flutter/build/archives:flutter_embedder_framework",
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_debug_framework",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"archives": [
{
"base_path": "out/ci/host_debug/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/host_debug/zip_archives/darwin-x64/artifacts.zip",
"out/ci/host_debug/zip_archives/darwin-x64/impeller_sdk.zip",
"out/ci/host_debug/zip_archives/dart-sdk-darwin-x64.zip"
],
"name": "ci/host_debug",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_debug",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_debug",
"description": "Produces debug mode x64 macOS host-side tooling.",
"ninja": {
"config": "ci/host_debug",
"targets": [
"flutter/build/archives:artifacts",
"flutter/build/archives:dart_sdk_archive",
"flutter/impeller/toolkit/interop:sdk"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_debug",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_debug_gen_snapshot",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_debug_gen_snapshot",
"description": "Produces debug mode x64 macOS gen_snapshot.",
"ninja": {
"config": "ci/host_debug_gen_snapshot",
"targets": [
"flutter/lib/snapshot:create_macos_gen_snapshots"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_debug_gen_snapshot",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"archives": [
{
"base_path": "out/ci/host_profile/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/host_profile/zip_archives/darwin-x64-profile/artifacts.zip"
],
"name": "ci/host_profile",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_profile",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_profile",
"description": "Produces profile mode x64 macOS host-side tooling.",
"ninja": {
"config": "ci/host_profile",
"targets": [
"flutter/build/archives:artifacts"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_profile",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_profile_framework",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_profile_framework",
"description": "Produces the profile mode x64 macOS framework.",
"ninja": {
"config": "ci/host_profile_framework",
"targets": [
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_profile_framework",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_profile_gen_snapshot",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_profile_gen_snapshot",
"description": "Produces profile mode x64 macOS gen_snapshot.",
"ninja": {
"config": "ci/host_profile_gen_snapshot",
"targets": [
"flutter/lib/snapshot:create_macos_gen_snapshots"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_profile_gen_snapshot",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"archives": [
{
"base_path": "out/ci/host_release/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/host_release/zip_archives/darwin-x64-release/artifacts.zip",
"out/ci/host_release/zip_archives/darwin-x64/font-subset.zip"
],
"name": "ci/host_release",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_release",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_release",
"description": "Produces release mode x64 macOS host-side tooling.",
"ninja": {
"config": "ci/host_release",
"targets": [
"flutter/build/archives:artifacts",
"flutter/tools/font_subset"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_release",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_release_framework",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_release_framework",
"description": "Produces the release mode x64 macOS framework.",
"ninja": {
"config": "ci/host_release_framework",
"targets": [
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_release_framework",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_release_gen_snapshot",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/host_release_gen_snapshot",
"description": "Produces release mode x64 macOS gen_snapshot.",
"ninja": {
"config": "ci/host_release_gen_snapshot",
"targets": [
"flutter/lib/snapshot:create_macos_gen_snapshots"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/host_release_gen_snapshot",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--build-embedder-examples",
"--use-glfw-swiftshader",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"archives": [
{
"base_path": "out/ci/mac_debug_arm64/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/mac_debug_arm64/zip_archives/darwin-arm64/artifacts.zip",
"out/ci/mac_debug_arm64/zip_archives/darwin-arm64/impeller_sdk.zip",
"out/ci/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
],
"name": "ci/mac_debug_arm64",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_debug_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/mac_debug_arm64",
"description": "Produces debug mode arm64 macOS host-side tooling.",
"ninja": {
"config": "ci/mac_debug_arm64",
"targets": [
"flutter/build/archives:artifacts",
"flutter/build/archives:dart_sdk_archive",
"flutter/impeller/toolkit/interop:sdk"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_debug_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_debug_framework_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/mac_debug_framework_arm64",
"description": "Produces the debug mode arm64 macOS framework.",
"ninja": {
"config": "ci/mac_debug_framework_arm64",
"targets": [
"flutter/build/archives:flutter_embedder_framework",
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_debug_framework_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_debug_gen_snapshot_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/mac_debug_gen_snapshot_arm64",
"description": "Produces the debug mode arm64 macOS gen_snapshot.",
"ninja": {
"config": "ci/mac_debug_gen_snapshot_arm64",
"targets": [
"flutter/lib/snapshot:create_macos_gen_snapshots"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_debug_gen_snapshot_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"debug",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"archives": [
{
"base_path": "out/ci/mac_profile_arm64/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/mac_profile_arm64/zip_archives/darwin-arm64-profile/artifacts.zip"
],
"name": "ci/mac_profile_arm64",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_profile_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/mac_profile_arm64",
"description": "Produces profile mode arm64 macOS host-side tooling.",
"ninja": {
"config": "ci/mac_profile_arm64",
"targets": [
"flutter/build/archives:artifacts"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_profile_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_profile_framework_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/mac_profile_framework_arm64",
"description": "Produces the profile mode arm64 macOS framework.",
"ninja": {
"config": "ci/mac_profile_framework_arm64",
"targets": [
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_profile_framework_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_profile_gen_snapshot_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/mac_profile_gen_snapshot_arm64",
"description": "Produces the profile mode arm64 macOS gen_snapshot.",
"ninja": {
"config": "ci/mac_profile_gen_snapshot_arm64",
"targets": [
"flutter/lib/snapshot:create_macos_gen_snapshots"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_profile_gen_snapshot_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"profile",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"archives": [
{
"base_path": "out/ci/mac_release_arm64/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip",
"out/ci/mac_release_arm64/zip_archives/darwin-arm64-release/artifacts.zip"
],
"name": "mac_release_arm64",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_release_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks",
"--use-glfw-swiftshader"
],
"name": "ci/mac_release_arm64",
"description": "Produces release mode arm64 macOS host-side tooling.",
"ninja": {
"config": "ci/mac_release_arm64",
"targets": [
"flutter/build/archives:artifacts",
"flutter/tools/font_subset"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_release_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma",
"--use-glfw-swiftshader"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_release_framework_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks",
"--use-glfw-swiftshader"
],
"name": "ci/mac_release_framework_arm64",
"description": "Produces the release mode arm64 macOS framework.",
"ninja": {
"config": "ci/mac_release_framework_arm64",
"targets": [
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_release_framework_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma",
"--use-glfw-swiftshader"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
},
{
"drone_dimensions": [
"device_type=none",
"os=Mac-15.5",
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"download_jdk": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/mac_release_gen_snapshot_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--rbe",
"--no-goma",
"--xcode-symlinks",
"--use-glfw-swiftshader"
],
"name": "ci/mac_release_gen_snapshot_arm64",
"description": "Produces release mode arm64 macOS gen_snapshot.",
"ninja": {
"config": "ci/mac_release_gen_snapshot_arm64",
"targets": [
"flutter/lib/snapshot:create_macos_gen_snapshots"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/mac_release_gen_snapshot_arm64",
"--mac",
"--mac-cpu",
"arm64",
"--runtime-mode",
"release",
"--no-lto",
"--prebuilt-dart-sdk",
"--no-rbe",
"--no-goma",
"--use-glfw-swiftshader"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "16c5032a"
}
},
"timeout": 90
}
],
"generators": {
"tasks": [
{
"name": "Debug-FlutterEmbedder.framework",
"parameters": [
"--dst",
"out/debug/framework",
"--arm64-out-dir",
"out/ci/mac_debug_framework_arm64",
"--x64-out-dir",
"out/ci/host_debug_framework",
"--zip"
],
"script": "flutter/sky/tools/create_embedder_framework.py"
},
{
"name": "Release-FlutterMacOS.framework",
"parameters": [
"--dst",
"out/release/framework",
"--arm64-out-dir",
"out/ci/mac_release_framework_arm64",
"--x64-out-dir",
"out/ci/host_release_framework",
"--dsym",
"--strip",
"--zip"
],
"script": "flutter/sky/tools/create_macos_framework.py"
},
{
"name": "Debug-FlutterMacOS.framework",
"parameters": [
"--dst",
"out/debug/framework",
"--arm64-out-dir",
"out/ci/mac_debug_framework_arm64",
"--x64-out-dir",
"out/ci/host_debug_framework",
"--zip"
],
"script": "flutter/sky/tools/create_macos_framework.py"
},
{
"name": "Profile-FlutterMacOS.framework",
"parameters": [
"--dst",
"out/profile/framework",
"--arm64-out-dir",
"out/ci/mac_profile_framework_arm64",
"--x64-out-dir",
"out/ci/host_profile_framework",
"--zip"
],
"script": "flutter/sky/tools/create_macos_framework.py"
},
{
"name": "Verify-export-symbols",
"parameters": [
"src/out/ci",
"src/flutter/buildtools"
],
"script": "flutter/testing/symbols/verify_exported.dart",
"language": "dart"
},
{
"name": "Debug-gen_snapshots",
"parameters": [
"--dst",
"out/debug/snapshot",
"--arm64-path",
"out/ci/mac_debug_gen_snapshot_arm64/universal/gen_snapshot_arm64",
"--x64-path",
"out/ci/host_debug_gen_snapshot/universal/gen_snapshot_x64",
"--zip"
],
"script": "flutter/sky/tools/create_macos_gen_snapshots.py"
},
{
"name": "Profile-gen_snapshots",
"parameters": [
"--dst",
"out/profile/snapshot",
"--arm64-path",
"out/ci/mac_profile_gen_snapshot_arm64/universal/gen_snapshot_arm64",
"--x64-path",
"out/ci/host_profile_gen_snapshot/universal/gen_snapshot_x64",
"--zip"
],
"script": "flutter/sky/tools/create_macos_gen_snapshots.py"
},
{
"name": "Release-gen_snapshots",
"parameters": [
"--dst",
"out/release/snapshot",
"--arm64-path",
"out/ci/mac_release_gen_snapshot_arm64/universal/gen_snapshot_arm64",
"--x64-path",
"out/ci/host_release_gen_snapshot/universal/gen_snapshot_x64",
"--zip"
],
"script": "flutter/sky/tools/create_macos_gen_snapshots.py"
}
]
},
"archives": [
{
"source": "out/debug/framework/FlutterEmbedder.framework.zip",
"destination": "darwin-x64/FlutterEmbedder.framework.zip",
"realm": "production"
},
{
"source": "out/debug/framework/FlutterMacOS.framework.zip",
"destination": "darwin-x64/FlutterMacOS.framework.zip",
"realm": "production"
},
{
"source": "out/profile/framework/FlutterMacOS.framework.zip",
"destination": "darwin-x64-profile/FlutterMacOS.framework.zip",
"realm": "production"
},
{
"source": "out/release/framework/FlutterMacOS.framework.zip",
"destination": "darwin-x64-release/FlutterMacOS.framework.zip",
"realm": "production"
},
{
"source": "out/debug/snapshot/gen_snapshot.zip",
"destination": "darwin-x64/gen_snapshot.zip",
"realm": "production"
},
{
"source": "out/profile/snapshot/gen_snapshot.zip",
"destination": "darwin-x64-profile/gen_snapshot.zip",
"realm": "production"
},
{
"source": "out/release/snapshot/gen_snapshot.zip",
"destination": "darwin-x64-release/gen_snapshot.zip",
"realm": "production"
},
{
"source": "out/debug/framework/framework.zip",
"destination": "darwin-x64/framework.zip",
"realm": "production"
},
{
"source": "out/profile/framework/framework.zip",
"destination": "darwin-x64-profile/framework.zip",
"realm": "production"
},
{
"source": "out/release/framework/framework.zip",
"destination": "darwin-x64-release/framework.zip",
"realm": "production"
}
]
}