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

Try postsubmit_overrides for one mac build #51676

Merged
merged 1 commit into from
Apr 9, 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
19 changes: 17 additions & 2 deletions ci/builders/mac_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
"cpu=x86"
],
"gclient_variables": {
"download_android_deps": false
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/android_profile",
"--runtime-mode",
"profile",
"--android"
"--android",
"--rbe",
"--no-goma",
"--xcode-symlinks"
],
"name": "ci/android_profile",
"description": "Produces profile mode artifacts to target 32-bit arm Android from a macOS host.",
Expand All @@ -36,6 +40,17 @@
"flutter/shell/platform/android:gen_snapshot"
]
},
"postsubmit_overrides": {
"gn": [
"--target-dir",
"ci/android_profile",
"--runtime-mode",
"profile",
"--android",
"--no-rbe",
"--no-goma"
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
Expand Down