Skip to content

Commit

Permalink
Revert to goma on mac_clang_tidy builder (#51060)
Browse files Browse the repository at this point in the history
Reverting for build time regression: #51057 (comment)
  • Loading branch information
zanderso authored Feb 28, 2024
1 parent c9381fb commit 455c814
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions ci/builders/mac_clang_tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
"download_android_deps": false
},
"gn": [
"--runtime-mode",
Expand All @@ -17,9 +16,7 @@
"--no-lto",
"--force-mac-arm64",
"--target-dir",
"host_debug_clang_tidy",
"--rbe",
"--no-goma"
"host_debug_clang_tidy"
],
"name": "host_debug_clang_tidy",
"ninja": {
Expand All @@ -33,8 +30,7 @@
"cpu=arm64"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
"download_android_deps": false
},
"gn": [
"--ios",
Expand All @@ -44,9 +40,7 @@
"--no-lto",
"--force-mac-arm64",
"--target-dir",
"ios_debug_sim_clang_tidy",
"--rbe",
"--no-goma"
"ios_debug_sim_clang_tidy"
],
"name": "ios_debug_sim_clang_tidy",
"ninja": {
Expand Down Expand Up @@ -114,7 +108,7 @@
"--shard-id=1",
"--shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
],
"max_attempts": 1,
"max_attempts": 1,
"script": "flutter/ci/clang_tidy.sh"
}
]
Expand Down Expand Up @@ -146,7 +140,7 @@
"--shard-id=2",
"--shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
],
"max_attempts": 1,
"max_attempts": 1,
"script": "flutter/ci/clang_tidy.sh"
}
]
Expand Down Expand Up @@ -178,7 +172,7 @@
"--shard-id=3",
"--shard-variants=host_debug_clang_tidy,host_debug_clang_tidy,host_debug_clang_tidy"
],
"max_attempts": 1,
"max_attempts": 1,
"script": "flutter/ci/clang_tidy.sh"
}
]
Expand Down

0 comments on commit 455c814

Please sign in to comment.