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

[et] Add ios_debug_unopt build config. #52537

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions ci/builders/local_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,39 @@
}
}
},
{
"cas_archive": false,
"drone_dimensions": [
"os=Mac-13",
"device_type=none"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--ios",
"--runtime-mode",
"debug",
"--unoptimized",
"--no-stripped",
"--no-lto",
"--xcode-symlinks",
"--rbe",
"--no-goma"
],
"name": "macos/ios_debug_unopt",
"description": "Builds an unoptimized debug mode engine that targets iOS from a macOS host.",
"ninja": {
"config": "ios_debug_unopt",
"targets": []
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
}
},
{
"cas_archive": false,
"drone_dimensions": [
Expand Down