From d17174b799715618853d6dbdad44196df5182a5b Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 20 Dec 2024 16:36:20 +0000 Subject: [PATCH] build: set a mnemonic for template expand and file write Set the mnemonic to determine if it allows us to reduce the number of RBE queries executed --- .bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelrc b/.bazelrc index caa0491048d0..c85e52261bf8 100644 --- a/.bazelrc +++ b/.bazelrc @@ -174,3 +174,7 @@ try-import .bazelrc.user # Enable runfiles even on Windows. # Architect resolves output files from data files, and this isn't possible without runfile support. build --enable_runfiles + +# TODO: Determine if this is a permanent solution or not. +build --strategy=TemplateExpand=local +build --strategy=FileWrite=local