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

Commit 364fbc4

Browse files
authored
Try postsubmit_overrides for one mac build (#51676)
1 parent d9e38b1 commit 364fbc4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

ci/builders/mac_android_aot_engine.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
"cpu=x86"
1919
],
2020
"gclient_variables": {
21-
"download_android_deps": false
21+
"download_android_deps": false,
22+
"use_rbe": true
2223
},
2324
"gn": [
2425
"--target-dir",
2526
"ci/android_profile",
2627
"--runtime-mode",
2728
"profile",
28-
"--android"
29+
"--android",
30+
"--rbe",
31+
"--no-goma",
32+
"--xcode-symlinks"
2933
],
3034
"name": "ci/android_profile",
3135
"description": "Produces profile mode artifacts to target 32-bit arm Android from a macOS host.",
@@ -36,6 +40,17 @@
3640
"flutter/shell/platform/android:gen_snapshot"
3741
]
3842
},
43+
"postsubmit_overrides": {
44+
"gn": [
45+
"--target-dir",
46+
"ci/android_profile",
47+
"--runtime-mode",
48+
"profile",
49+
"--android",
50+
"--no-rbe",
51+
"--no-goma"
52+
]
53+
},
3954
"properties": {
4055
"$flutter/osx_sdk": {
4156
"sdk_version": "15a240d"

0 commit comments

Comments
 (0)