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

Commit 455c814

Browse files
authored
Revert to goma on mac_clang_tidy builder (#51060)
Reverting for build time regression: #51057 (comment)
1 parent c9381fb commit 455c814

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

ci/builders/mac_clang_tidy.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"cpu=arm64"
88
],
99
"gclient_variables": {
10-
"download_android_deps": false,
11-
"use_rbe": true
10+
"download_android_deps": false
1211
},
1312
"gn": [
1413
"--runtime-mode",
@@ -17,9 +16,7 @@
1716
"--no-lto",
1817
"--force-mac-arm64",
1918
"--target-dir",
20-
"host_debug_clang_tidy",
21-
"--rbe",
22-
"--no-goma"
19+
"host_debug_clang_tidy"
2320
],
2421
"name": "host_debug_clang_tidy",
2522
"ninja": {
@@ -33,8 +30,7 @@
3330
"cpu=arm64"
3431
],
3532
"gclient_variables": {
36-
"download_android_deps": false,
37-
"use_rbe": true
33+
"download_android_deps": false
3834
},
3935
"gn": [
4036
"--ios",
@@ -44,9 +40,7 @@
4440
"--no-lto",
4541
"--force-mac-arm64",
4642
"--target-dir",
47-
"ios_debug_sim_clang_tidy",
48-
"--rbe",
49-
"--no-goma"
43+
"ios_debug_sim_clang_tidy"
5044
],
5145
"name": "ios_debug_sim_clang_tidy",
5246
"ninja": {
@@ -114,7 +108,7 @@
114108
"--shard-id=1",
115109
"--shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
116110
],
117-
"max_attempts": 1,
111+
"max_attempts": 1,
118112
"script": "flutter/ci/clang_tidy.sh"
119113
}
120114
]
@@ -146,7 +140,7 @@
146140
"--shard-id=2",
147141
"--shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
148142
],
149-
"max_attempts": 1,
143+
"max_attempts": 1,
150144
"script": "flutter/ci/clang_tidy.sh"
151145
}
152146
]
@@ -178,7 +172,7 @@
178172
"--shard-id=3",
179173
"--shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
180174
],
181-
"max_attempts": 1,
175+
"max_attempts": 1,
182176
"script": "flutter/ci/clang_tidy.sh"
183177
}
184178
]

0 commit comments

Comments
 (0)