diff options
author | 2020-08-05 17:06:34 -0700 | |
---|---|---|
committer | 2020-08-06 18:44:25 +0000 | |
commit | ceba3cb656fa70529b2ef1a561fb98aa90a0da79 (patch) | |
tree | f0d916acecd4360bb821502740b83108c99475dc /tools/extract_kernel.py | |
parent | 6ad6d563c02423467fc2ad9afdbcc62ee3aecedf (diff) |
Don't use the remote pool when using clang-tidy
In Make, clang-tidy and clang run in the same action, but only clang can
be remoted via RBE/GOMA. So to prevent running up to 500 clang-tidy
instances at the same time and overloading the machine, use the local
pool when using clang-tidy. This does limit the parallelism of the clang
actions attached to clang-tidy, but hopefully that's not that much of a
problem. Clang-tidy isn't enabled by default (opt-in per-build /
per-module), and Soong does not run into this problem.
Bug: 162615762
Test: m WITH_TIDY=1 nothing; build-aosp_flame.ninja is identical before/after
Test: use_rbe m WITH_TIDY=1; inspect build-aosp_flame.ninja, see local_pool
Change-Id: I7dd196fcf4183d175b9608d3d48cdcdf81b514ce
Merged-In: I7dd196fcf4183d175b9608d3d48cdcdf81b514ce
Diffstat (limited to 'tools/extract_kernel.py')
0 files changed, 0 insertions, 0 deletions