Skip to content

Commit 6ff3144

Browse files
josephperrottclydin
authored andcommitted
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 (cherry picked from commit 13e233a)
1 parent b43c648 commit 6ff3144

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,7 @@ try-import .bazelrc.user
174174
# Enable runfiles even on Windows.
175175
# Architect resolves output files from data files, and this isn't possible without runfile support.
176176
build --enable_runfiles
177+
178+
# TODO: Determine if this is a permanent solution or not.
179+
build --strategy=TemplateExpand=local
180+
build --strategy=FileWrite=local

0 commit comments

Comments
 (0)