Skip to content

Commit

Permalink
Switch goma to reclient for Linux clang_tidy targets (#45898)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyonghan authored and harryterkelsen committed Oct 23, 2023
1 parent ebf364f commit 51a68f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions ci/builders/linux_clang_tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"--android",
"--android-cpu",
"arm64",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "android_debug_arm64",
"ninja": {
Expand All @@ -27,7 +29,9 @@
"--runtime-mode",
"debug",
"--prebuilt-dart-sdk",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "host_debug",
"ninja": {
Expand Down
8 changes: 6 additions & 2 deletions ci/builders/linux_clang_tidy_presubmit.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"--android",
"--android-cpu",
"arm64",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"ninja": {
"config": "android_debug_arm64"
Expand All @@ -28,7 +30,9 @@
"--runtime-mode",
"debug",
"--prebuilt-dart-sdk",
"--no-lto"
"--no-lto",
"--rbe",
"--no-goma"
],
"ninja": {
"config": "host_debug"
Expand Down

0 comments on commit 51a68f4

Please sign in to comment.