From 39a4a1962fc4936741f598cddc2c82b50952e927 Mon Sep 17 00:00:00 2001 From: Nhat Minh Le Date: Tue, 18 Feb 2025 03:07:23 -0800 Subject: [PATCH] Turn off the low-pass filter for cxx_precompile Summary: At the suggestion of the Buck team, to allow hybrid/local execution when congestion is high. This shaves off a good 30 cxx_precompile actions or so from the beginning of the critical path in full cold builds of current modular builds (e.g. ipnext_client) and saves about 1min 30s. Reviewed By: IanChilds Differential Revision: D69755991 fbshipit-source-id: 4793664444629f4e8042f3a6d11187c702dcce51 --- prelude/cxx/compile.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/prelude/cxx/compile.bzl b/prelude/cxx/compile.bzl index d9325756eb9cd..2258309b35870 100644 --- a/prelude/cxx/compile.bzl +++ b/prelude/cxx/compile.bzl @@ -911,6 +911,7 @@ def _precompile_single_cxx( dep_files = action_dep_files, allow_cache_upload = src_compile_cmd.cxx_compile_cmd.allow_cache_upload, allow_dep_file_cache_upload = False, + low_pass_filter = False, ) return HeaderUnit(