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

Commit c629a28

Browse files
committed
Try postsubmit_overrides for one mac build
1 parent 31592af commit c629a28

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

ci/builders/mac_android_aot_engine.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@
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
"--runtime-mode",
2526
"profile",
26-
"--android"
27+
"--android",
28+
"--rbe",
29+
"--no-goma",
30+
"--xcode-symlinks"
2731
],
2832
"name": "android_profile",
2933
"ninja": {
@@ -33,6 +37,15 @@
3337
"flutter/shell/platform/android:gen_snapshot"
3438
]
3539
},
40+
"postsubmit_overrides": {
41+
"gn": [
42+
"--runtime-mode",
43+
"profile",
44+
"--android",
45+
"--no-rbe",
46+
"--no-goma"
47+
]
48+
},
3649
"properties": {
3750
"$flutter/osx_sdk": {
3851
"sdk_version": "15a240d"

0 commit comments

Comments
 (0)