Skip to content

Commit

Permalink
Reverts "Switch goma to reclient for Linux clang_tidy targets" (#46267)
Browse files Browse the repository at this point in the history
Reverts #45898
Initiated by: ricardoamador
This change reverts the following previous change:
Part of flutter/flutter#132701
  • Loading branch information
auto-submit[bot] committed Sep 25, 2023
1 parent bf709ab commit 3f60657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions ci/builders/linux_clang_tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"--android",
"--android-cpu",
"arm64",
"--no-lto",
"--rbe",
"--no-goma"
"--no-lto"
],
"name": "android_debug_arm64",
"ninja": {
Expand All @@ -29,9 +27,7 @@
"--runtime-mode",
"debug",
"--prebuilt-dart-sdk",
"--no-lto",
"--rbe",
"--no-goma"
"--no-lto"
],
"name": "host_debug",
"ninja": {
Expand Down
8 changes: 2 additions & 6 deletions ci/builders/linux_clang_tidy_presubmit.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"--android",
"--android-cpu",
"arm64",
"--no-lto",
"--rbe",
"--no-goma"
"--no-lto"
],
"ninja": {
"config": "android_debug_arm64"
Expand All @@ -30,9 +28,7 @@
"--runtime-mode",
"debug",
"--prebuilt-dart-sdk",
"--no-lto",
"--rbe",
"--no-goma"
"--no-lto"
],
"ninja": {
"config": "host_debug"
Expand Down

0 comments on commit 3f60657

Please sign in to comment.